Fix typo in unstable release workflow
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -374,7 +374,7 @@ jobs:
|
||||
const tag = await github.rest.git.updateRef({
|
||||
owner,
|
||||
repo,
|
||||
force: true
|
||||
force: true,
|
||||
ref: 'refs/tags/unstable',
|
||||
sha,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user