Skip to content

Fixing some line endings and cleaning up psd1 so canary works properly #2

Fixing some line endings and cleaning up psd1 so canary works properly

Fixing some line endings and cleaning up psd1 so canary works properly #2

Workflow file for this run

name: Publish
on:
push:
branches:
- main
- master
workflow_dispatch:
permissions:
contents: read
concurrency:
group: psgallery-publish
cancel-in-progress: false
jobs:
publish:
name: Publish to PSGallery
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Publish newer module version
shell: pwsh
env:
PSGALLERY_API_KEY: ${{ secrets.PSGALLERY_API_KEY }}
run: ./tools/Publish-PSGallery.ps1