From 787388daf54f3d78c56da29a37062b019e10e84f Mon Sep 17 00:00:00 2001
From: Casey Lee <caseypl@amazon.com>
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 b5543cc..3ad8665 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,
             });