Skip to content

Commit

Permalink
Merge pull request #97 from InseeFr/alicela-patch-2
Browse files Browse the repository at this point in the history
Update create-release.yaml
  • Loading branch information
alicela authored Apr 9, 2024
2 parents 08db9c4 + 354c4f9 commit a8ab7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if [[ "${{ steps.check-tag-exists.outputs.exists }}" == "true" ]]; then
echo "Nothing to tag/release, the tag ${{ steps.version-step.outputs.newTag }} already exists"
echo "should_continue=false" >> $GITHUB_OUTPUT
else if ! [[ "${{ steps.version-step.outputs.newTag }}" =~ ^v[0-9]+.[0-9]+.[0-9]+$ ]]; then
elif ! [[ "${{ steps.version-step.outputs.newTag }}" =~ ^v[0-9]+.[0-9]+.[0-9]+$ ]]; then
echo "Nothing to tag/release, the tag ${{ steps.version-step.outputs.newTag }} is not in correct format X.Y.Z"
echo "should_continue=false" >> $GITHUB_OUTPUT
else
Expand Down

0 comments on commit a8ab7ae

Please sign in to comment.