Skip to content

Commit 053c622

Browse files
committed
fix package branch
1 parent fcaa2b2 commit 053c622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Build webview
9090
run: yarn run build:webview
9191
- name: Package extension
92-
run: npx @vscode/vsce package --yarn --githubBranch ${{ github.ref_name }}
92+
run: npx @vscode/vsce package --yarn --githubBranch ${{ env.BRANCH }}
9393
- name: Upload extension
9494
uses: actions/upload-artifact@v4
9595
with:

0 commit comments

Comments
 (0)