1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-06 17:40:58 +00:00

chore: fix release script to trigger gh-act

This commit is contained in:
Casey Lee 2023-01-31 18:55:22 -08:00
parent 2969fb1f4b
commit 4510ea8edd

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