We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
args
1 parent 2ad5a54 commit f784b88Copy full SHA for f784b88
.github/workflows/publish.yml
@@ -147,10 +147,7 @@ jobs:
147
uses: orhun/git-cliff-action@v4
148
with:
149
config: ".github/cliff.toml"
150
- args: |
151
- "${{ steps.publish.outputs.old_git_tag }}"..main
152
- --include-path "${{ inputs.crate }}/**"
153
- --github-repo "${{ github.repository }}"
+ args: "${{ steps.publish.outputs.old_git_tag }}..main --include-path ${{ inputs.crate }}/** --github-repo ${{ github.repository }}"
154
env:
155
OUTPUT: CHANGELOG.md
156
GITHUB_REPO: ${{ github.repository }}
0 commit comments