We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
snapshot
1 parent 0ca8c92 commit 45f874dCopy full SHA for 45f874d
.github/workflows/tag-git.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
script: |
27
if (process.env.SNAPSHOT === '') throw new Error(`Non-snapshot build on the 'main' branch is not supported.`)
28
- const { data: ref } = await github.git.getRef({
+ const { data: ref } = await github.rest.git.getRef({
29
owner: process.env.OWNER,
30
repo: 'git',
31
ref: 'heads/main',
0 commit comments