Skip to content

Commit

Permalink
git-fliff id renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Guney Saramali committed Jun 18, 2024
1 parent 6575c98 commit fe3edda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/set-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Generate a changelog
uses: orhun/git-cliff-action@v3
id: git-cliff
id: git_cliff
with:
config: cliff.toml
args: latest..v${{ steps.auto_commit_action.outputs.commit_hash }} --tag v${{ steps.split_version.outputs.version }}
Expand All @@ -47,7 +47,7 @@ jobs:
with:
tag: "v${{ steps.split_version.outputs.version }}"
tag_exists_error: false
message: "${{ steps.git-cliff.outputs.changelog }}"
message: "${{ steps.git_cliff.outputs.changelog }}"
github_token: ${{ secrets.PAT }}
commit_sha: ${{ steps.auto_commit_action.outputs.commit_hash }}

Expand All @@ -58,6 +58,6 @@ jobs:
tag: "latest"
tag_exists_error: false
force_push_tag: true
message: "${{ steps.git-cliff.outputs.changelog }}"
message: "${{ steps.git_cliff.outputs.changelog }}"
github_token: ${{ secrets.PAT }}
commit_sha: ${{ steps.auto_commit_action.outputs.commit_hash }}

0 comments on commit fe3edda

Please sign in to comment.