Skip to content

Commit

Permalink
Merge branch 'fix-release-3' of 'https://github.com/jjmerchante/grimo…
Browse files Browse the repository at this point in the history
…irelab'

Merges #522
Closes #522
  • Loading branch information
sduenas authored Sep 27, 2022
2 parents 9834b95 + 29f3393 commit d12199c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-grimoirelab-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
echo "Dependencies updated, force new version"
version=$(semverup --bump-version patch $rcArg)
echo "::set-output name=forced_version::true"
elif [ -z $version ] && [ ${{ inputs.release_candidate }} != 'true' ] && [[ "$old_version" =~ ".*rc.*" ]]
elif [ -z $version ] && [ ${{ inputs.release_candidate }} != 'true' ] && [[ "$old_version" =~ .*rc.* ]]
then
echo "Create final version from rc"
version=$(semverup --bump-version patch)
Expand Down

0 comments on commit d12199c

Please sign in to comment.