We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30bb6e4 commit 7b0d02fCopy full SHA for 7b0d02f
1 file changed
.github/workflows/windows-release.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: GitHub release
53
uses: ncipollo/release-action@v1
54
with:
55
- tag: latest
+ commit: ${{ github.sha }}
56
name: latest
57
allowUpdates: true
58
artifacts: mbtool-windows.zip
0 commit comments