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 34c480f commit 6fd8ec4Copy full SHA for 6fd8ec4
.github/workflows/build-prs.yml
@@ -14,7 +14,7 @@ jobs:
14
- run: npm install
15
- run: echo PKG_VERSION="$(git show --no-patch --format=0.0.0-build-%ct.pr-${{ github.event.pull_request.number }}.commit-%h)" >> $GITHUB_ENV
16
- run: npm pkg set "version=${{ env.PKG_VERSION }}"
17
- - run: npm run build:production
+ - run: npm run build
18
- run: npx -y @vscode/vsce package --out vscode-apollo-${{ env.PKG_VERSION }}.vsix
19
20
- uses: actions/upload-artifact@v4
0 commit comments