Skip to content

Commit

Permalink
submit.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jm33-m0 committed Jun 15, 2021
1 parent b6e6b1e commit 986634b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ yes_no "[?] Add new tag" && (
echo -n "v$tag" >.version
git commit .version -S -m "bump version to $tag"
git add .version
git tag "v$tag" -S -a -m "v$tag"
git tag "v$tag" -a -m "v$tag"
)

git push
Expand Down

0 comments on commit 986634b

Please sign in to comment.