We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae83d1 commit a634153Copy full SHA for a634153
.github/workflows/build.yml
@@ -26,6 +26,7 @@ jobs:
26
27
- name: Publish to Winget
28
uses: vedantmgoyal9/winget-releaser@main
29
+ if: startsWith(github.ref, 'refs/tags/')
30
with:
31
identifier: xhcoding.sshpass-win32
32
token: ${{ secrets.WINGET_TOKEN }}
0 commit comments