Skip to content

Commit 286a7eb

Browse files
committed
remove --verify-tag
1 parent fb67947 commit 286a7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818

1919
- name: Add new Release
20-
run: gh release create $(cat version.txt) --verify-tag --prerelease
20+
run: gh release create $(cat version.txt) --prerelease
2121
env:
2222
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)