Skip to content

Commit a4bbcd4

Browse files
committed
don't edit tag message
1 parent 758c59a commit a4bbcd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/create-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ cargo build
3333
git add Cargo.lock harmonia/Cargo.toml
3434
nix flake check -vL
3535
git commit -m "bump version harmonia-v${version}"
36-
git tag -e "harmonia-v${version}"
36+
git tag "harmonia-v${version}"
3737

3838
echo "now run 'git push --tags origin main'"

0 commit comments

Comments
 (0)