1
0
mirror of https://gitea.com/gitea/act_runner synced 2026-05-01 01:27:56 +02: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 b91e4b0d55
commit 787388daf5

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