Skip to content

Commit

Permalink
Merge pull request #1046 Push to main branch before create tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby authored Feb 13, 2024
2 parents fa8955d + 57b94be commit 9ca8650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
TAG="v$MAJOR.$MINOR.$PATCH";
fi;
git tag $TAG
git push --tags && git push
git push && git push --tags
CHANGELOG="$CHANGELOG
Full Changelog: [$LAST_TAG...$TAG](https://github.com/ydb-platform/ydb-go-sdk/compare/$LAST_TAG...$TAG)"
Expand Down

0 comments on commit 9ca8650

Please sign in to comment.