Skip to content

Commit

Permalink
fix(cd): set the GitHub repository explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Feb 22, 2024
1 parent 2a58b32 commit 0e46500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: git-cliff
with:
config: cliff.toml
args: -vv --latest --no-exec
args: -vv --latest --no-exec --github-repo ${GITHUB_REPOSITORY}
env:
OUTPUT: CHANGES.md

Expand Down

0 comments on commit 0e46500

Please sign in to comment.