From e8b09f488b0060e19efbbe97a135ca9a8598192f Mon Sep 17 00:00:00 2001 From: John McBride Date: Fri, 6 Mar 2026 17:10:27 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore:=20fix=20substitution=20in?= =?UTF-8?q?=20github=20actions=20cut=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John McBride --- .github/workflows/cut-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cut-release.yaml b/.github/workflows/cut-release.yaml index 5980703..2073aca 100644 --- a/.github/workflows/cut-release.yaml +++ b/.github/workflows/cut-release.yaml @@ -37,7 +37,7 @@ jobs: dagger call -m github.com/papercomputeco/daggerverse/ghrelease \ --token=env://GH_TOKEN \ with-repo \ - --repo="${ github.repository }" \ + --repo="${{ github.repository }}" \ with-source \ --source=. \ create