docs: Update rust.yml
This commit is contained in:
parent
003495e074
commit
4329104909
1 changed files with 3 additions and 3 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -24,18 +24,18 @@ jobs:
|
|||
run: cargo test --verbose
|
||||
|
||||
- name: Conventional
|
||||
id: changelog
|
||||
id: changelog_id
|
||||
uses: TriPSs/conventional-changelog-action@v4
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Release
|
||||
id: release
|
||||
id: release_id
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ steps.changelog.outputs.tag }}
|
||||
tag_name: ${{ steps.changelog_id.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