Skip to content

Commit 34c480f

Browse files
committed
adjustments
1 parent 53a58d1 commit 34c480f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.changeset/wild-moons-deny.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"vscode-apollo": patch
33
---
44

5-
Various dependency udpates, republish 1.x to Marketplace
5+
Republish 1.20.x to Marketplace

.github/workflows/build-prs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- run: npm install
1515
- run: echo PKG_VERSION="$(git show --no-patch --format=0.0.0-build-%ct.pr-${{ github.event.pull_request.number }}.commit-%h)" >> $GITHUB_ENV
1616
- run: npm pkg set "version=${{ env.PKG_VERSION }}"
17+
- run: npm run build:production
1718
- run: npx -y @vscode/vsce package --out vscode-apollo-${{ env.PKG_VERSION }}.vsix
1819

1920
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)