chore: fix release script to trigger gh-act

This commit is contained in:
Casey Lee 2023-01-31 18:55:22 -08:00
parent b91e4b0d55
commit 787388daf5
No known key found for this signature in database

View file

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