Skip to content

Commit 6fd8ec4

Browse files
committed
CI tweaks
1 parent 34c480f commit 6fd8ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +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
17+
- run: npm run build
1818
- run: npx -y @vscode/vsce package --out vscode-apollo-${{ env.PKG_VERSION }}.vsix
1919

2020
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)