Skip to content

Commit dde12db

Browse files
authored
fix beta release
1 parent 6b63bcf commit dde12db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ jobs:
103103
Full Changelog: [$LAST_TAG...$TAG](https://github.com/ydb-platform/ydb-go-sdk/compare/$LAST_TAG...$TAG)"
104104
if [ "$WITH_BETA" = true ]
105105
then
106-
gh release create -d $TAG -t "$TAG" --notes "$CHANGELOG"
106+
gh release create --prerelease $TAG --title "$TAG" --notes "$CHANGELOG"
107107
else
108-
gh release create $TAG -t "$TAG" --notes "$CHANGELOG"
108+
gh release create $TAG --title "$TAG" --notes "$CHANGELOG"
109109
fi;
110110
111111
- name: Publish package

0 commit comments

Comments
 (0)