Skip to content

Commit aaad05b

Browse files
authored
CI: Bump git-cliff action (#642)
#### Problem The git-cliff action is failing because it's on an old version. #### Summary of changes Update it, similar to all the other program repos.
1 parent 6f24733 commit aaad05b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/publish-rust.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,10 @@ jobs:
176176
177177
- name: Generate a changelog
178178
if: github.event.inputs.create_release == 'true'
179-
uses: orhun/git-cliff-action@v3
179+
uses: orhun/git-cliff-action@v4
180180
with:
181181
config: "scripts/cliff.toml"
182-
args: |
183-
"${{ steps.publish.outputs.old_git_tag }}"..main
184-
--include-path "${{ inputs.package_path }}/**"
185-
--github-repo "${{ github.repository }}"
182+
args: ${{ steps.publish.outputs.old_git_tag }}..HEAD --include-path "${{ inputs.package_path }}/**" --github-repo ${{ github.repository }}
186183
env:
187184
OUTPUT: TEMP_CHANGELOG.md
188185
GITHUB_REPO: ${{ github.repository }}

0 commit comments

Comments
 (0)