Skip to content

Commit 7b0d02f

Browse files
authored
Change release action to use commit SHA
1 parent 30bb6e4 commit 7b0d02f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: GitHub release
5353
uses: ncipollo/release-action@v1
5454
with:
55-
tag: latest
55+
commit: ${{ github.sha }}
5656
name: latest
5757
allowUpdates: true
5858
artifacts: mbtool-windows.zip

0 commit comments

Comments
 (0)