chore: fix release script to trigger gh-act
This commit is contained in:
parent
b91e4b0d55
commit
787388daf5
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -53,6 +53,6 @@ jobs:
|
|||||||
github.rest.git.createRef({
|
github.rest.git.createRef({
|
||||||
owner: 'nektos',
|
owner: 'nektos',
|
||||||
repo: 'gh-act',
|
repo: 'gh-act',
|
||||||
ref: `refs/tags/${context.ref}`,
|
ref: context.ref,
|
||||||
sha: mainRef.object.sha,
|
sha: mainRef.object.sha,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user