docs: Update rust.yml
This commit is contained in:
parent
9cfbdd3538
commit
2e9c623c5c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
run: cargo test --verbose
|
||||
|
||||
- name: Conventional
|
||||
id: build
|
||||
id: conventional
|
||||
uses: TriPSs/conventional-changelog-action@v4
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
@ -35,7 +35,7 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ steps.build.outputs.tag }}
|
||||
tag_name: ${{ steps.conventional.outputs.tag }}
|
||||
release_name: ${{ github.event.release.tag_name }}
|
||||
body: ${{ steps.release.outputs.clean_changelog }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue