Skip to content

Commit

Permalink
Make the semver for release canddiates valid (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
chipkent authored Jun 5, 2024
1 parent 645e239 commit f6a0762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
then
if [ "$GITHUB_REF" = "refs/heads/main" ]
then
echo "::set-output name=version::0.0.0.rc"
echo "::set-output name=version::0.0.0.rc0"
else
PR_NUMBER=$(echo $GITHUB_REF | awk 'BEGIN { FS = "/" } ; { print $3 }')
echo "::set-output name=version::0.0.0.dev${PR_NUMBER}"
Expand Down

0 comments on commit f6a0762

Please sign in to comment.