Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kerristrasz authored Jul 17, 2022
1 parent 9e47906 commit 8e53126
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 @@ -19,7 +19,7 @@ jobs:
with:
name: Release ${{ github.ref_name }}
draft: false
prerelease: ${{ contains(steps.get_tag.outputs.tag, "pre") }}
prerelease: ${{ contains(steps.get_tag.outputs.tag, 'pre') }}
generate_release_notes: false
build_release:
name: Build Release
Expand Down

0 comments on commit 8e53126

Please sign in to comment.