We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd553f commit e5fc474Copy full SHA for e5fc474
1 file changed
entrypoint.sh
@@ -192,7 +192,7 @@ then
192
# get current commit hash for tag
193
pre_tag_commit=$(git rev-list -n 1 "$pre_tag" || true)
194
# skip if there are no new commits for pre_release
195
- if [ "$pre_tag_commit" == "$commit" ] && [ "$pre_force_without_changes" == "false" ]
+ if [ "$pre_tag_commit" == "$commit" ] && [ "$force_without_changes_pre" == "false" ]
196
then
197
echo "No new commits since previous pre_tag. Skipping..."
198
setOutput "new_tag" "$pre_tag"
0 commit comments