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