diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4bb12284..bcf2a036 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,6 +91,4 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Pack and push - run: | - Register-PSRepository -Default -ErrorAction SilentlyContinue - ./deploy.ps1 -BinVersion ${{ needs.release.outputs.version }} -ModuleVersion ${{ needs.release.outputs.version }} -Repository PSGallery -RepositoryAPIKey $env:PSGALLERY_KEY + run: ./deploy.ps1 -BinVersion ${{ needs.release.outputs.version }} -ModuleVersion ${{ needs.release.outputs.version }} -Repository PSGallery -RepositoryAPIKey $env:PSGALLERY_KEY