Skip to content

Commit 85b658c

Browse files
authored
fix: Wrong path to "git_cliff" script (#18)
1 parent 27fc03d commit 85b658c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actions/prepare-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ runs:
7676
id: semantic_release
7777
shell: bash
7878
run: |
79-
bash .github/actions/prepare-release/git_cliff.sh \
79+
bash ${{ github.action_path }}/git_cliff.sh \
8080
-c '${{ github.action_path }}/cliff.toml' \
8181
-t '${{ inputs.tag_prefix }}' \
8282
-i '${{ inputs.include_paths }}' \

0 commit comments

Comments
 (0)