This commit is contained in:
Matt Troutman 2024-05-19 03:17:28 -05:00
parent 569df0ea42
commit e92c5dc2c7
Signed by: trtmn
SSH Key Fingerprint: SHA256:cgYdsbnbA0S6X4anVowEAntjEpGV7nMyk2NW6ZYoNjE

View File

@ -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}`,