Skip to content

Commit

Permalink
ci: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
detj committed Aug 30, 2024
1 parent f7ba5e8 commit 8dde0c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ jobs:
- name: Create release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PRERELEASE: ${{ contains(github.ref_name, '-') }}
run: |
gh release create ${{ github.ref_name }} \
--title "Release ${{ github.ref_name }}" \
--prerelease ${{ env.PRERELEASE }} \
${{ contains(github.ref_name, '-') && '--prerelease' || ''}} \
--notes-file release.md \
--verify-tag

0 comments on commit 8dde0c3

Please sign in to comment.