Skip to content

Commit

Permalink
fix: prerelease on prerelease semver tag
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Mar 24, 2022
1 parent d0ffc96 commit 011b299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
artifacts: _dist/*
discussionCategory: releases
generateReleaseNotes: true
prerelease: ${{ steps.semver.outputs.prerelease }}
prerelease: ${{ steps.semver.outputs.prerelease != '' }}
replacesArtifacts: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 011b299

Please sign in to comment.