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 1dbc0f4 commit f0ad022Copy full SHA for f0ad022
.github/workflows/python-publish.yml
@@ -96,7 +96,7 @@ jobs:
96
97
CHANGELOG="$CHANGELOG
98
99
- Full Changelog: [$LAST_TAG...$TAG](https://github.com/ydb-platform/ydb-go-sdk/compare/$LAST_TAG...$TAG)"
+ Full Changelog: [$LAST_TAG...$TAG](https://github.com/ydb-platform/ydb-python-sdk/compare/$LAST_TAG...$TAG)"
100
if [ "$WITH_BETA" = true ]
101
then
102
gh release create --prerelease $TAG --title "$TAG" --notes "$CHANGELOG"
0 commit comments