feat: release extension
This commit is contained in:
parent
d690a5fee9
commit
78e1ceb0a8
4
.github/workflows/gh-extension.yml
vendored
4
.github/workflows/gh-extension.yml
vendored
@ -12,11 +12,11 @@ jobs:
|
||||
with:
|
||||
github-token: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
|
||||
script: |
|
||||
const mainRef = await github.rest.git.getRef({
|
||||
const mainRef = (await github.rest.git.getRef({
|
||||
owner: 'nektos',
|
||||
repo: 'gh-act',
|
||||
ref: 'heads/main',
|
||||
});
|
||||
})).data;
|
||||
console.log(mainRef);
|
||||
github.rest.git.createRef({
|
||||
owner: 'nektos',
|
||||
|
Loading…
Reference in New Issue
Block a user