From df5523129379e7d95f26eac22a7e75e0eda7c3c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tibor=20Cs=C3=B3ka?= Date: Thu, 18 Jun 2026 10:37:13 +0200 Subject: [PATCH] fix(ci): bump release-version to 0.9.4 to fix vars context error The 0.9.3/v5 action read vars.GH_APP_HOPRNET_BOT_CLIENT_ID in its composite manifest, which is not a valid context there. 0.9.4 uses an input with a default instead - non-breaking, no with: changes needed. Depends on: https://github.com/hoprnet/hopr-workflows/pull/90 Co-Authored-By: Claude Opus 4.8 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4da29e80..cac58f2d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -53,7 +53,7 @@ jobs: steps: - name: Release version id: release - uses: hoprnet/hopr-workflows/actions/release-version@fa71078959cf9f892185e8df16551720693a2cd1 # 0.9.3 + uses: hoprnet/hopr-workflows/actions/release-version@fd29bf3c58b72faacc300e068a05b59eb3b180bc # 0.9.4 with: source_branch: ${{ github.ref_name }} file: package.json