Skip to content

Commit

Permalink
Revert bump script name
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Feb 12, 2025
1 parent 4794acf commit c28a8ef
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 show)
version=$(./bump_version.sh show)

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

0 comments on commit c28a8ef

Please sign in to comment.