Skip to content

Commit

Permalink
ci: set PRE_RELEASE variable, conditionally
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Braun <[email protected]>
  • Loading branch information
bluebrown committed Jul 25, 2023
1 parent f282306 commit c2b734f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ jobs:

- name: Create a github release
run: make github-release
env:
PRE_RELEASE: ${{ github.event.inputs.preRelease == 'true' && '1' || '0' }}

0 comments on commit c2b734f

Please sign in to comment.