chore: fix release script to trigger gh-act
This commit is contained in:
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,
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user