Skip to content

Commit

Permalink
feat: release extension
Browse files Browse the repository at this point in the history
  • Loading branch information
cplee committed Jan 20, 2023
1 parent 19e6929 commit d690a5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d690a5f

Please sign in to comment.