We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4cc7b commit 08c4d07Copy full SHA for 08c4d07
1 file changed
.github/workflows/publish.yml
@@ -73,11 +73,11 @@ jobs:
73
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74
75
- name: Submit to Winget
76
- # 删掉 if,让它强制运行
+ if: steps.check_tag.outputs.EXISTS == 'false'
77
uses: vedantmgoyal2009/winget-releaser@v2
78
with:
79
identifier: Justsenger.ExHyperV
80
installers-regex: '\.zip$'
81
token: ${{ secrets.WINGET_TOKEN }}
82
- version: 1.4.2
83
- release-tag: V1.4.2
+ version: ${{ steps.get_version.outputs.VERSION }}
+ release-tag: V${{ steps.get_version.outputs.VERSION }}
0 commit comments