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: |
|
script: |
|
||||||
const { sha } = context
|
const { sha } = context
|
||||||
const tag = `release-${sha.substring(0, 7)}`
|
const tag = `release-${sha.substring(0, 7)}`
|
||||||
await github.git.createRef({
|
await github.rest.git.createRef({
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
ref: `refs/tags/${tag}`,
|
ref: `refs/tags/${tag}`,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user