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
|
||||
id: release_id
|
||||
uses: "marvinpinto/action-automatic-releases@latest"
|
||||
uses: elgohr/Github-Release-Action@v4
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: ${{ steps.changelog_id.outputs.tag }}
|
||||
|
||||
|
||||
title: ${{ steps.changelog_id.outputs.tag }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue