Skip to content

Commit 12af674

Browse files
fix: release workflow
1 parent 0e936bf commit 12af674

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
uses: orhun/git-cliff-action@v4
3131
id: generate_release_notes
3232
with:
33-
args: -v --latest --strip header -c git-cliff-config.toml --gitup-repo "itiden/statamic-backup"
33+
args: -v --latest --strip header --gitup-repo "itiden/statamic-backup"
34+
config: git-cliff-config.toml
3435

3536
- name: Clean up release notes
3637
run: |

0 commit comments

Comments
 (0)