Skip to content

Commit 154227d

Browse files
committed
Fix gitpod-remote workflow
1 parent 81f1072 commit 154227d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-gitpod-remote.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
echo "version=$(jq --raw-output '.version' package.json)" >> $GITHUB_OUTPUT
3030
3131
- name: Publish to MS Marketplace
32+
working-directory: ./gitpod-remote
3233
run: |
3334
npx vsce publish --packagePath ${{ steps.package_vsix.outputs.vsix_path }}
3435
env:

0 commit comments

Comments
 (0)