Skip to content

Commit

Permalink
Merge 7e853b3 into 1b4266a
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnnj committed Mar 14, 2022
2 parents 1b4266a + 7e853b3 commit 07c42ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -o nounset
set -o errexit
set -o pipefail

version=$(./bump_version.sh show)
version=$(./bump_version.sh project show)

git tag "v$version" && git push --tags

0 comments on commit 07c42ed

Please sign in to comment.