Skip to content

Commit

Permalink
fix(cd): set the correct GitHub repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 3, 2024
1 parent 717abce commit 7f379a9
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 --github-repo ${GITHUB_REPOSITORY}
args: -vv --latest --no-exec --github-repo ${{ github.repository }}
env:
OUTPUT: CHANGES.md

Expand Down

0 comments on commit 7f379a9

Please sign in to comment.