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, });