Skip to content

Commit

Permalink
ci: 增加发布
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljzd-PRO committed May 21, 2024
1 parent d1aa1e5 commit e11b2cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
body_path: CHANGELOG.md
prerelease: ${{ contains(github.ref, 'beta') }}
prerelease: ${{ contains(github.ref, 'beta') }}
- name: Publish
uses: ./.github/workflows/python-publish.yml

0 comments on commit e11b2cf

Please sign in to comment.