We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5436078 commit 32cc67bCopy full SHA for 32cc67b
1 file changed
entrypoint.sh
@@ -172,7 +172,7 @@ if [ -z "$tagPrefix" ]
172
then
173
current_tag=${tag}
174
else
175
- current_tag="$(echo ${tag}| sed "s/${tagPrefix}//g")"
+ current_tag="$(echo ${tag}| sed "s;${tagPrefix};;g")"
176
fi
177
case "$log" in
178
*$major_string_token* ) new=${tagPrefix}$(semver -i major "${current_tag}"); part="major";;
0 commit comments