From 7f379a9c8377baa206d05c5cb0dfc6150905b19a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sun, 3 Mar 2024 23:45:40 +0300 Subject: [PATCH] fix(cd): set the correct GitHub repository URL --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 10c7269d5c..7cedb4a6ef 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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