doc: Update rust.yml

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-09-17 12:45:28 +03:00 committed by GitHub
parent c9792df142
commit 430c914d95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,12 +31,9 @@ jobs:
- name: Release
id: release_id
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.changelog_id.outputs.tag }}
release_name: ${{ steps.changelog_id.outputs.tag }}
body: ${{steps.changelog_id.outputs.clean_changelog}}
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: ${{ steps.changelog_id.outputs.tag }}