Skip to content

Commit

Permalink
workflow: Set prerelease bool
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkroot committed Jul 21, 2024
1 parent faa473c commit 7f56a86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,11 @@ jobs:

- name: Release(github)
if: ${{ ! env.ACT }}
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: dist/*.*
body: ${{steps.github_release.outputs.changelog}}
prerelease: ${{ contains(github.ref, '-beta') }}

- name: Release(pypi)
run: poetry publish --ansi --no-interaction
Expand Down

0 comments on commit 7f56a86

Please sign in to comment.