Skip to content

Commit 78e1ceb

Browse files
committed
feat: release extension
1 parent d690a5f commit 78e1ceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-extension.yml

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

0 commit comments

Comments
 (0)