docs: Update rust.yml
This commit is contained in:
parent
427cb30fb7
commit
5e0e926be1
1 changed files with 5 additions and 9 deletions
14
.github/workflows/rust.yml
vendored
14
.github/workflows/rust.yml
vendored
|
@ -23,16 +23,12 @@ jobs:
|
|||
run: cargo test --verbose
|
||||
|
||||
|
||||
- name: Changelog
|
||||
id: changelog
|
||||
uses: heinrichreimer/github-changelog-generator-action@v2.3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
- name: Release
|
||||
uses: elgohr/Github-Release-Action@v4
|
||||
uses: anton-yurchenko/git-release@v5.0.2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
title: ${{ steps.changelog.outputs.changelog }}
|
||||
args: |
|
||||
darwin-amd64.zip
|
||||
linux-amd64.zip
|
||||
windows-amd64.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue