From d690a5fee95491d519085990d5c700ff2c9081ce Mon Sep 17 00:00:00 2001 From: Casey Lee Date: Fri, 20 Jan 2023 10:11:34 -0800 Subject: [PATCH] feat: release extension --- .github/workflows/gh-extension.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-extension.yml b/.github/workflows/gh-extension.yml index 46a4024..4580ce7 100644 --- a/.github/workflows/gh-extension.yml +++ b/.github/workflows/gh-extension.yml @@ -12,11 +12,12 @@ jobs: with: github-token: ${{ secrets.GORELEASER_GITHUB_TOKEN }} script: | - const mainRef = github.rest.git.getRef({ + const mainRef = await github.rest.git.getRef({ owner: 'nektos', repo: 'gh-act', ref: 'heads/main', }); + console.log(mainRef); github.rest.git.createRef({ owner: 'nektos', repo: 'gh-act',