feat: release extension
This commit is contained in:
parent
19e6929398
commit
d690a5fee9
1 changed files with 2 additions and 1 deletions
3
.github/workflows/gh-extension.yml
vendored
3
.github/workflows/gh-extension.yml
vendored
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue