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 53a58d1 commit 34c480fCopy full SHA for 34c480f
.changeset/wild-moons-deny.md
@@ -2,4 +2,4 @@
2
"vscode-apollo": patch
3
---
4
5
-Various dependency udpates, republish 1.x to Marketplace
+Republish 1.20.x to Marketplace
.github/workflows/build-prs.yml
@@ -14,6 +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
18
- run: npx -y @vscode/vsce package --out vscode-apollo-${{ env.PKG_VERSION }}.vsix
19
20
- uses: actions/upload-artifact@v4
0 commit comments