docs: Update rust.yml
This commit is contained in:
parent
c6d4d643ea
commit
52a4f6fa6f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@latest
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
|
@ -25,13 +25,13 @@ jobs:
|
|||
|
||||
- name: Conventional
|
||||
id: changelog_id
|
||||
uses: TriPSs/conventional-changelog-action@latest
|
||||
uses: TriPSs/conventional-changelog-action@v4
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Release
|
||||
id: release_id
|
||||
uses: actions/create-release@latest
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue