Skip to content

Commit 9ca8650

Browse files
authored
Merge pull request #1046 Push to main branch before create tag.
2 parents fa8955d + 57b94be commit 9ca8650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
TAG="v$MAJOR.$MINOR.$PATCH";
7171
fi;
7272
git tag $TAG
73-
git push --tags && git push
73+
git push && git push --tags
7474
CHANGELOG="$CHANGELOG
7575
7676
Full Changelog: [$LAST_TAG...$TAG](https://github.com/ydb-platform/ydb-go-sdk/compare/$LAST_TAG...$TAG)"

0 commit comments

Comments
 (0)