feat: release extension

This commit is contained in:
Casey Lee 2023-01-20 10:11:34 -08:00
parent 19e6929398
commit d690a5fee9
No known key found for this signature in database

View file

@ -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',