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.
1 parent 27fc03d commit 85b658cCopy full SHA for 85b658c
1 file changed
actions/prepare-release/action.yml
@@ -76,7 +76,7 @@ runs:
76
id: semantic_release
77
shell: bash
78
run: |
79
- bash .github/actions/prepare-release/git_cliff.sh \
+ bash ${{ github.action_path }}/git_cliff.sh \
80
-c '${{ github.action_path }}/cliff.toml' \
81
-t '${{ inputs.tag_prefix }}' \
82
-i '${{ inputs.include_paths }}' \
0 commit comments