From be22a018d38d6f2f96b0530806e4739ddab766e0 Mon Sep 17 00:00:00 2001 From: Patrick Sy Date: Wed, 1 Oct 2025 15:17:16 +0200 Subject: [PATCH] fix(release): Added all of the config out of desperation --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0461f9a..c7c5848 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,4 +38,8 @@ jobs: #token: ${{ secrets.WRITE_TOKEN_TO_MYREPO }} release-dir: dist release-notes: ${{ steps.changelog.output.text }} + url: "https://edp.buildth.ing" repo: "DevFW-CICD/edge-connect-client" + tag: "${{ github.ref_name }}" + sha: "${{ github.sha }}" + token: ${{ secrets.PACKAGES_TOKEN }}