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 da6db92 commit 5947a54
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,9 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PRERELEASE: ${{ contains(github.ref_name, '-') }}
run: |
gh release create ${{ github.ref_name }} --title "Release ${{ github.ref_name }}" --draft false --prerelease ${{ env.PRERELEASE }} --latest false --notes-file release.md --verify-tag
gh release create ${{ github.ref_name }} \
--title "Release ${{ github.ref_name }}" \
--prerelease ${{ env.PRERELEASE }} \
--latest false \
--notes-file release.md \
--verify-tag

0 comments on commit 5947a54

Please sign in to comment.