mirror of https://gitea.com/gitea/act_runner.git
chore: fix release script to trigger gh-act
This commit is contained in:
parent
b91e4b0d55
commit
787388daf5
|
|
@ -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,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue