doc: Update rust.yml
This commit is contained in:
parent
0be725bda1
commit
366fd5502d
1 changed files with 4 additions and 5 deletions
9
.github/workflows/rust.yml
vendored
9
.github/workflows/rust.yml
vendored
|
@ -31,9 +31,8 @@ jobs:
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
id: release_id
|
id: release_id
|
||||||
uses: "marvinpinto/action-automatic-releases@latest"
|
uses: elgohr/Github-Release-Action@v4
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
title: ${{ steps.changelog_id.outputs.tag }}
|
||||||
automatic_release_tag: ${{ steps.changelog_id.outputs.tag }}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue