diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1423cea..ca46064 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -24,7 +24,7 @@ jobs: run: cargo test --verbose - name: Conventional - id: conventional + id: changelog 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.conventional.outputs.tag_name }} + tag_name: ${{ steps.changelog.outputs.tag }} release_name: ${{ github.event.release.tag_name }} body: ${{ steps.release.outputs.clean_changelog }}