Skip to content

Commit

Permalink
fix(#7): negate prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
snovak7 committed May 13, 2024
1 parent c42d0a8 commit f9b7ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: "Draft Release"
uses: release-drafter/release-drafter@v6.0.0
with:
prerelease: ${{ github.event.inputs.release-type == 'prerelease' }}
prerelease: ${{ github.event.inputs.release-type != 'release' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f9b7ad2

Please sign in to comment.