Skip to content

Commit 2b6afb9

Browse files
committed
fix: push the commit in the release script
1 parent fe92fbb commit 2b6afb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ git cliff -o CHANGELOG.md --tag $VERSION --github-token $GITHUB_TOKEN
2828
git add CHANGELOG.md
2929
git commit -m "chore: Release $VERSION"
3030
git tag $VERSION -m "Release $VERSION"
31+
git push origin main
3132
git push origin $VERSION
3233
gh release create $VERSION -t $VERSION --generate-notes -d

0 commit comments

Comments
 (0)