Skip to content

Commit f0ad022

Browse files
authored
Update python-publish.yml
1 parent 1dbc0f4 commit f0ad022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
9797
CHANGELOG="$CHANGELOG
9898
99-
Full Changelog: [$LAST_TAG...$TAG](https://github.com/ydb-platform/ydb-go-sdk/compare/$LAST_TAG...$TAG)"
99+
Full Changelog: [$LAST_TAG...$TAG](https://github.com/ydb-platform/ydb-python-sdk/compare/$LAST_TAG...$TAG)"
100100
if [ "$WITH_BETA" = true ]
101101
then
102102
gh release create --prerelease $TAG --title "$TAG" --notes "$CHANGELOG"

0 commit comments

Comments
 (0)