doc: Update rust.yml

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

View file

@ -24,7 +24,7 @@ jobs:
run: cargo test --verbose
- name: Conventional
id: changelog
id: version
uses: TriPSs/conventional-changelog-action@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
@ -35,4 +35,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
title: ${{ changelog.outputs.version }}
title: ${{ steps.version.outputs.tag }}