From 3c47d6ae60cad569d61e0295689a5f0526468dcc Mon Sep 17 00:00:00 2001 From: Philipp Eder Date: Fri, 15 Mar 2024 11:34:59 +0100 Subject: [PATCH] Ci: fix pontos-changelog call --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5d92bad..960bf291 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -136,7 +136,7 @@ jobs: --current-version ${{ env.LATEST_VERSION }} \ --next-version ${{ env.NEW_VERSION }} \ --config changelog.toml \ - --project $PROJECT \ + --repository ${{ github.repository }} \ --versioning-scheme semver \ -o /tmp/changelog.md || true # we would rather have empty release notes than no release