feat: release extension

This commit is contained in:
Casey Lee 2023-01-20 10:11:34 -08:00
parent d5753c760d
commit 5b30187a52

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