Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Aug 30, 2023
1 parent 4224513 commit 922dd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/git_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ target_remote=$2
git branch -D ${target_staging} || true
git checkout -b ${target_staging}
git add * || true
git commit -a -m "Release ${target_version}"
git commit -a -m "Release ${target_version}" || true

git tag --force ${target_tag} ${target_staging}
git push --force ${target_remote} ${target_tag}
Expand Down

0 comments on commit 922dd06

Please sign in to comment.