From 2e9c623c5c06d3d007fb9dd2da8bf1bd9cca5e79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Kaan=20G=C3=9CM=C3=9C=C5=9E?= <96421894+Tahinli@users.noreply.github.com> Date: Sun, 17 Sep 2023 11:14:17 +0300 Subject: [PATCH] docs: Update rust.yml --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1cf94b0..9fab1a5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -24,7 +24,7 @@ jobs: run: cargo test --verbose - name: Conventional - id: build + id: conventional uses: TriPSs/conventional-changelog-action@v4 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -35,7 +35,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ steps.build.outputs.tag }} + tag_name: ${{ steps.conventional.outputs.tag }} release_name: ${{ github.event.release.tag_name }} body: ${{ steps.release.outputs.clean_changelog }}