mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
fix: add PSGallery before push
This commit is contained in:
parent
58a03f1c97
commit
a354e72d84
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -91,4 +91,6 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Pack and push
|
||||
run: ./deploy.ps1 -BinVersion ${{ needs.release.outputs.version }} -ModuleVersion ${{ needs.release.outputs.version }} -Repository PSGallery -RepositoryAPIKey $env:PSGALLERY_KEY
|
||||
run: |
|
||||
Register-PSRepository -Default -ErrorAction SilentlyContinue
|
||||
./deploy.ps1 -BinVersion ${{ needs.release.outputs.version }} -ModuleVersion ${{ needs.release.outputs.version }} -Repository PSGallery -RepositoryAPIKey $env:PSGALLERY_KEY
|
||||
|
|
Loading…
Reference in a new issue