docs: Update rust.yml

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-09-17 13:53:42 +03:00 committed by GitHub
parent 427cb30fb7
commit 5e0e926be1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,16 +23,12 @@ jobs:
run: cargo test --verbose run: cargo test --verbose
- name: Changelog
id: changelog
uses: heinrichreimer/github-changelog-generator-action@v2.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Release - name: Release
uses: elgohr/Github-Release-Action@v4 uses: anton-yurchenko/git-release@v5.0.2
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
title: ${{ steps.changelog.outputs.changelog }} args: |
darwin-amd64.zip
linux-amd64.zip
windows-amd64.zip