docs: Update rust.yml
This commit is contained in:
parent
56a8dcb558
commit
3fa94be2a6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ step.changelog.outputs.tag }}
|
tag_name: ${{ steps.changelog.outputs.tag }}
|
||||||
release_name: ${{ github.event.release.tag_name }}
|
release_name: ${{ github.event.release.tag_name }}
|
||||||
body: ${{ steps.release.outputs.clean_changelog }}
|
body: ${{ steps.release.outputs.clean_changelog }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue