doc: Update rust.yml
This commit is contained in:
parent
c9792df142
commit
430c914d95
1 changed files with 4 additions and 7 deletions
9
.github/workflows/rust.yml
vendored
9
.github/workflows/rust.yml
vendored
|
@ -31,12 +31,9 @@ jobs:
|
|||
|
||||
- name: Release
|
||||
id: release_id
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
tag_name: ${{ steps.changelog_id.outputs.tag }}
|
||||
release_name: ${{ steps.changelog_id.outputs.tag }}
|
||||
body: ${{steps.changelog_id.outputs.clean_changelog}}
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: ${{ steps.changelog_id.outputs.tag }}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue