Skip to content

Commit 48fbc6e

Browse files
committed
ci: Add --verify-tag to release workflow
1 parent 46717d3 commit 48fbc6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- name: Create Draft Release
3535
env:
3636
GH_TOKEN: ${{ github.token }}
37-
run: gh release create ${{ github.ref_name }} --draft --generate-notes cfg.zip
37+
run: gh release create ${{ github.ref_name }} --draft --generate-notes --verify-tag cfg.zip

0 commit comments

Comments
 (0)