Skip to content

Commit

Permalink
note for later: don't trust copilot that much!
Browse files Browse the repository at this point in the history
  • Loading branch information
glehmann committed Oct 13, 2023
1 parent 241f360 commit e1b205e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/setup/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ EOF
echo $version
else
if [ "${TAG_WITH_COMMIT_REF_SLUG:-true}" == "true" ]; then
version=$version.$COMMIT_REF_SLUG
version=$version-$COMMIT_REF_SLUG
fi
echo $version.$PIPELINE_ID
fi
Expand Down

0 comments on commit e1b205e

Please sign in to comment.