diff --git a/.github/workflows/PublishModuleToPowerShellGallery.yaml b/.github/workflows/PublishModuleToPowerShellGallery.yaml index ba1a622..ef7fd63 100644 --- a/.github/workflows/PublishModuleToPowerShellGallery.yaml +++ b/.github/workflows/PublishModuleToPowerShellGallery.yaml @@ -97,5 +97,5 @@ jobs: if: steps.check_release.outputs.exists == 'false' && steps.check_psgallery.outputs.exists == 'false' shell: pwsh env: - PSGALLERY_API_KEY: ${{ secrets.PS_GALLERY_KEY }} + PSGALLERY_API_KEY: ${{ secrets.PSGALLERY_API_KEY }} run: ./build.ps1 -Task Publish -Bootstrap