Skip to content

Commit f784b88

Browse files
authored
ci: Use single line args in git-cliff action (#211)
Use single line
1 parent 2ad5a54 commit f784b88

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,7 @@ jobs:
147147
uses: orhun/git-cliff-action@v4
148148
with:
149149
config: ".github/cliff.toml"
150-
args: |
151-
"${{ steps.publish.outputs.old_git_tag }}"..main
152-
--include-path "${{ inputs.crate }}/**"
153-
--github-repo "${{ github.repository }}"
150+
args: "${{ steps.publish.outputs.old_git_tag }}..main --include-path ${{ inputs.crate }}/** --github-repo ${{ github.repository }}"
154151
env:
155152
OUTPUT: CHANGELOG.md
156153
GITHUB_REPO: ${{ github.repository }}

0 commit comments

Comments
 (0)