Skip to content

Commit 6e343b4

Browse files
committed
fix bump version
1 parent ff00b7a commit 6e343b4

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
@@ -32,8 +32,8 @@ fi
3232
git add $git_base_dir/inc/constants.php
3333
git add $git_base_dir/crowdsec.php
3434

35-
git tag v$NEW_GIT_VERSION_WITHOUT_V_PREFIX
3635
git commit -m "bump version to v$NEW_GIT_VERSION_WITHOUT_V_PREFIX"
36+
git tag v$NEW_GIT_VERSION_WITHOUT_V_PREFIX
3737
git push
3838
git push origin v$NEW_GIT_VERSION_WITHOUT_V_PREFIX
3939
gh release create --draft v$NEW_GIT_VERSION_WITHOUT_V_PREFIX --title v$NEW_GIT_VERSION_WITHOUT_V_PREFIX

0 commit comments

Comments
 (0)