We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527b096 commit 93a2302Copy full SHA for 93a2302
1 file changed
.github/workflows/auto-release.yaml
@@ -48,8 +48,7 @@ jobs:
48
49
gh release create "$TAG" \
50
--title "Release $VERSION" \
51
- --notes-file release_body.txt \
52
- --verify-tag
+ --notes-file release_body.txt
53
54
- name: Skip Release
55
if: steps.check_release.outputs.exists == 'true'
0 commit comments