Skip to content

Commit

Permalink
workflow fi
Browse files Browse the repository at this point in the history
  • Loading branch information
raianand committed Mar 15, 2024
1 parent 338b71f commit a300889
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 @@ -74,5 +74,5 @@ jobs:
name: ${{ env.tag }}
generate_release_notes: true
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: endsWith(env.tag, 'rc')
prerelease: ${{ endsWith(env.tag, 'rc') }}

0 comments on commit a300889

Please sign in to comment.