Skip to content

Commit

Permalink
remove extra v from non release version
Browse files Browse the repository at this point in the history
  • Loading branch information
David-N-Perkins committed Aug 15, 2024
1 parent 0ff1897 commit 420cabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ else
fi
if ! $release
then
new="v${new}-${current_branch}"
new="${new}-${current_branch}"
fi
echo -e "Bumping tag ${tag} - New tag ${new}"
fi
Expand Down

0 comments on commit 420cabf

Please sign in to comment.