chore: fix release script to trigger gh-act
This commit is contained in:
parent
b91e4b0d55
commit
787388daf5
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue