We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b63bcf commit dde12dbCopy full SHA for dde12db
.github/workflows/python-publish.yml
@@ -103,9 +103,9 @@ jobs:
103
Full Changelog: [$LAST_TAG...$TAG](https://github.com/ydb-platform/ydb-go-sdk/compare/$LAST_TAG...$TAG)"
104
if [ "$WITH_BETA" = true ]
105
then
106
- gh release create -d $TAG -t "$TAG" --notes "$CHANGELOG"
+ gh release create --prerelease $TAG --title "$TAG" --notes "$CHANGELOG"
107
else
108
- gh release create $TAG -t "$TAG" --notes "$CHANGELOG"
+ gh release create $TAG --title "$TAG" --notes "$CHANGELOG"
109
fi;
110
111
- name: Publish package
0 commit comments