Skip to content

Commit

Permalink
Merge branch 'main' into feat/patient-details-endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbuckley committed Jan 25, 2025
2 parents ffd8ee4 + 9bd3778 commit 5d6ef0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
echo "Next tag: $next_tag"
echo "NEXT_TAG=$next_tag" >> $GITHUB_ENV
# If the tag ends in -rc.*, then its a draft release
draft=$([[ "${{ env.NEXT_TAG }}" =~ -rc\.[0-9]+$ ]] && echo false || echo true)
draft=$([[ "$next_tag" =~ -rc\.[0-9]+$ ]] && echo true || echo false)
echo "Draft release: $draft"
echo "DRAFT=$draft" >> $GITHUB_ENV
Expand Down

0 comments on commit 5d6ef0f

Please sign in to comment.