mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
parent
fa4ace0d9d
commit
05b0f3be34
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -91,6 +91,4 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Pack and push
|
- name: Pack and push
|
||||||
run: |
|
run: ./deploy.ps1 -BinVersion ${{ needs.release.outputs.version }} -ModuleVersion ${{ needs.release.outputs.version }} -Repository PSGallery -RepositoryAPIKey $env:PSGALLERY_KEY
|
||||||
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