Skip to content

Commit 83a13ba

Browse files
authored
script: fix release script (#27)
1 parent e270e07 commit 83a13ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

script/release.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ git push release-origin main
125125
echo ""
126126
echo "Create GitHub Release..."
127127

128-
gh release create "${VERSION}" --generate-notes
129-
release_tag "." "${VERSION}" "false"
128+
release_tag "." "${VERSION}" "true"
130129

131130
echo "Release ${VERSION} successflly."
132131

0 commit comments

Comments
 (0)