From d25455a4c66cc70c055e14d19c2b523d4382a78f Mon Sep 17 00:00:00 2001 From: Patrick Sy Date: Wed, 1 Oct 2025 15:04:16 +0200 Subject: [PATCH] fix(release): Added repo to release action --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1a3f428..0461f9a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,3 +38,4 @@ jobs: #token: ${{ secrets.WRITE_TOKEN_TO_MYREPO }} release-dir: dist release-notes: ${{ steps.changelog.output.text }} + repo: "DevFW-CICD/edge-connect-client"