Merge branch 'mega' into xWide

This commit is contained in:
uwekaditz
2022-08-10 20:04:16 +02:00
committed by GitHub
+2 -2
View File
@@ -112,12 +112,12 @@ jobs:
with:
result-encoding: string
script: |
const tagRefObj = await github.git.getRef({
const tagRefObj = await github.rest.git.getRef({
...context.repo,
ref: context.ref.replace('refs/', '')
});
const tagObj = await github.git.getTag({
const tagObj = await github.rest.git.getTag({
...context.repo,
tag_sha: tagRefObj.data.object.sha
});