Skip to content

Commit

Permalink
fix CI prerelease detection
Browse files Browse the repository at this point in the history
  • Loading branch information
phandasm committed Jan 14, 2022
1 parent 882479c commit 735045b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
body_path: ${{github.workspace}}/changelog.md
tag_name: ${{github.ref_name}}
name: ${{github.ref_name}}
prerelease: ${{ endsWith(github.ref_name, '-rc*') }}
prerelease: ${{ contains(github.ref_name, '-rc') }}

0 comments on commit 735045b

Please sign in to comment.