Skip to content

Commit

Permalink
chore: identify prerelease versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Aug 19, 2024
1 parent 0676ac5 commit 7e5f39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
release_name: ${{ env.MINVERVERSIONOVERRIDE }}
body: ${{ env.AZQR_CHANGE_LOG }}
draft: false
prerelease: false
prerelease: ${{ contains(env.MINVERVERSIONOVERRIDE, 'preview') }}
env:
GITHUB_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit 7e5f39c

Please sign in to comment.