fix(revert): add PSGallery before push

This reverts commit a354e72d84.
This commit is contained in:
Jan De Dobbeleer 2020-10-31 07:49:57 +01:00 committed by Jan De Dobbeleer
parent fa4ace0d9d
commit 05b0f3be34

View file

@ -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