Skip to content

Commit c659e4c

Browse files
committed
Remove second addition of prefix to tag
1 parent e528bc2 commit c659e4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ then
219219
new=${tagPrefix}$(semver -i prerelease "${pre_tag}" --preid "${suffix}")
220220
echo -e "Bumping ${suffix} pre-tag ${pre_tag}. New pre-tag ${new}"
221221
else
222-
new="${tagPrefix}${new}-${suffix}.0"
222+
new="${new}-${suffix}.0"
223223
echo -e "Setting ${suffix} pre-tag ${pre_tag} - With pre-tag ${new}"
224224
fi
225225
part="pre-$part"

0 commit comments

Comments
 (0)