docs: Update rust.yml
This commit is contained in:
parent
9bdf3723ce
commit
51d685e0f7
1 changed files with 4 additions and 3 deletions
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
|
@ -28,12 +28,13 @@ jobs:
|
|||
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 }}
|
||||
release_name: ${{ steps.changelog.outputs.tag }}
|
||||
body: ${{ steps.changelog.outputs.clean_changelog }}
|
||||
tag_name: ${{ steps.release.outputs.tag }}
|
||||
release_name: ${{ steps.release.outputs.tag }}
|
||||
body: ${{ steps.release.outputs.clean_changelog }}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue