Skip to content

Commit 470ef62

Browse files
committed
fix version bump
1 parent 5e76a4a commit 470ef62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ else
2727
fi
2828
git add $git_base_dir/src/Constants.php
2929

30-
git tag $NEW_GIT_VERSION
3130
git commit -m "bump version to $NEW_GIT_VERSION"
31+
git tag $NEW_GIT_VERSION
3232
git push
3333
git push origin $NEW_GIT_VERSION
3434
gh release create --draft $NEW_GIT_VERSION --title $NEW_GIT_VERSION

0 commit comments

Comments
 (0)