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