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