Updates
This commit is contained in:
parent
569df0ea42
commit
e92c5dc2c7
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
script: |
|
||||
const { sha } = context
|
||||
const tag = `release-${sha.substring(0, 7)}`
|
||||
await github.git.createRef({
|
||||
await github.rest.git.createRef({
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
ref: `refs/tags/${tag}`,
|
||||
|
|
Loading…
Reference in New Issue
Block a user