From 00ac2349c72579d61e89bcfc340df7784b89980d Mon Sep 17 00:00:00 2001 From: Philipp Eder Date: Wed, 13 Mar 2024 15:05:46 +0100 Subject: [PATCH] Fix: add repository to pontos call (#977) --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ffdc094..af1a13e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -140,6 +140,7 @@ jobs: --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