Skip to content

Commit d690a5f

Browse files
committed
feat: release extension
1 parent 19e6929 commit d690a5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gh-extension.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ jobs:
1212
with:
1313
github-token: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
1414
script: |
15-
const mainRef = github.rest.git.getRef({
15+
const mainRef = await github.rest.git.getRef({
1616
owner: 'nektos',
1717
repo: 'gh-act',
1818
ref: 'heads/main',
1919
});
20+
console.log(mainRef);
2021
github.rest.git.createRef({
2122
owner: 'nektos',
2223
repo: 'gh-act',

0 commit comments

Comments
 (0)