mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-14 04:38:00 -08:00
fix(winget): add version correctly
This commit is contained in:
parent
921e05850d
commit
6f4f809790
3
.github/workflows/winget.yml
vendored
3
.github/workflows/winget.yml
vendored
|
@ -20,5 +20,4 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Create manifest and submit PR 📦
|
||||
run: |
|
||||
$version = ${{ github.event.inputs.version }}
|
||||
./build.ps1 -Version $version -Token $env:WINGETCREATE_TOKEN
|
||||
./build.ps1 -Version "${{ github.event.inputs.version }}" -Token $env:WINGETCREATE_TOKEN
|
||||
|
|
Loading…
Reference in a new issue