Skip to content

Commit

Permalink
fix(revert): add PSGallery before push
Browse files Browse the repository at this point in the history
This reverts commit a354e72.
  • Loading branch information
JanDeDobbeleer committed Oct 31, 2020
1 parent fa4ace0 commit 05b0f3b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Expand Up @@ -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

0 comments on commit 05b0f3b

Please sign in to comment.