Skip to content

Commit

Permalink
Added pwd for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
kreloaded committed Apr 18, 2024
1 parent 085886c commit eeb096d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-vscode-marketplace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: npm install -g vsce

- name: Install dependencies
run: npm install
run: pwd && npm install

- name: Compile and Copy Files
run: npm run vscode:prepublish
Expand Down

0 comments on commit eeb096d

Please sign in to comment.