From 4510ea8edd8eed02a49baf5ac4efff47c97d94af Mon Sep 17 00:00:00 2001 From: Casey Lee Date: Tue, 31 Jan 2023 18:55:22 -0800 Subject: [PATCH] chore: fix release script to trigger gh-act --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5543cc8..3ad8665d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,6 +53,6 @@ jobs: github.rest.git.createRef({ owner: 'nektos', repo: 'gh-act', - ref: `refs/tags/${context.ref}`, + ref: context.ref, sha: mainRef.object.sha, });