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.
2 parents fa8955d + 57b94be commit 9ca8650Copy full SHA for 9ca8650
.github/workflows/publish.yml
@@ -70,7 +70,7 @@ jobs:
70
TAG="v$MAJOR.$MINOR.$PATCH";
71
fi;
72
git tag $TAG
73
- git push --tags && git push
+ git push && git push --tags
74
CHANGELOG="$CHANGELOG
75
76
Full Changelog: [$LAST_TAG...$TAG](https://github.com/ydb-platform/ydb-go-sdk/compare/$LAST_TAG...$TAG)"
0 commit comments