Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Oct 16, 2024
1 parent 00d7eb0 commit f556e07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ jobs:
[[ "${{ env.latest_tag }}" == *"rc"* ]] && beta="true"
[[ "${{ env.latest_tag }}" == *"beta"* ]] && beta="true"
[[ "${{ env.latest_tag }}" == *"test"* ]] && beta="true" && val="true"
[[ "${{ env.latest_tag }}" == *"alpha"* ]] && beta="true" && val="true"
[[ "${{ env.latest_tag }}" == *"test"* ]] && val="true"
[[ "${{ env.latest_tag }}" == *"alpha"* ]] && val="true"
[[ "${{ env.latest_tag }}" == *"no-triggers"* ]] && val="true"
echo "beta=${beta}" >> $GITHUB_ENV
echo "exists=${val}" >> $GITHUB_ENV
Expand Down

0 comments on commit f556e07

Please sign in to comment.