We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcaa2b2 commit 053c622Copy full SHA for 053c622
.github/workflows/pr.yml
@@ -89,7 +89,7 @@ jobs:
89
- name: Build webview
90
run: yarn run build:webview
91
- name: Package extension
92
- run: npx @vscode/vsce package --yarn --githubBranch ${{ github.ref_name }}
+ run: npx @vscode/vsce package --yarn --githubBranch ${{ env.BRANCH }}
93
- name: Upload extension
94
uses: actions/upload-artifact@v4
95
with:
0 commit comments