Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker666 committed Jul 4, 2024
1 parent 5d9596b commit a657434
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 @@ -14,6 +14,8 @@ jobs:
- uses: actions/checkout@v4
- uses: taiki-e/create-gh-release-action@v1
with:
draft: false
generate_release_notes: true
token: ${{ secrets.GITHUB_TOKEN }}

upload-assets:
Expand All @@ -39,5 +41,5 @@ jobs:
- uses: actions/checkout@v4
- uses: taiki-e/upload-rust-binary-action@v1
with:
target: ${{ matrix.target }}
bin: ...
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a657434

Please sign in to comment.