Skip to content

Commit

Permalink
fix(pdk-prerelease): generated version string was not a valid compose…
Browse files Browse the repository at this point in the history
…r.json version
  • Loading branch information
FreekVR authored Mar 5, 2025
1 parent b6e1670 commit 578ad19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdk-prerelease/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ runs:
if [ "$MODE" == "pull_request" ]; then
branch=$(echo $GITHUB_HEAD_REF | sed -e 's/\//-/g')
releaseVersion="$releaseVersion-$PR_NUMBER-$branch"
releaseVersion="$releaseVersion-dev+$PR_NUMBER-$branch"
if [ "$DEBUG" == "1" ]; then
echo "branch=$branch"
Expand Down

0 comments on commit 578ad19

Please sign in to comment.