docs: Update rust.yml
This commit is contained in:
parent
a2981c18b5
commit
541b1ac2b0
1 changed files with 4 additions and 3 deletions
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
|
@ -24,12 +24,13 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
- name: Changelog
|
- name: Changelog
|
||||||
uses: ardalanamini/auto-changelog@v4
|
|
||||||
id: changelog
|
id: changelog
|
||||||
|
uses: heinrichreimer/github-changelog-generator-action@v2.3
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
id: release_id
|
|
||||||
uses: elgohr/Github-Release-Action@v4
|
uses: elgohr/Github-Release-Action@v4
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue