Skip to content

Commit 63cb2f7

Browse files
committed
Fix typo in unstable release workflow
1 parent 661b334 commit 63cb2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ jobs:
374374
const tag = await github.rest.git.updateRef({
375375
owner,
376376
repo,
377-
force: true
377+
force: true,
378378
ref: 'refs/tags/unstable',
379379
sha,
380380
});

0 commit comments

Comments
 (0)