Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 35135cf

Browse files
committed
publish command
1 parent 456bdb3 commit 35135cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: VSCE Pre-Release Publish
3434
id: publish
3535
run: |
36-
/node_modules/.bin/vsce publish --pre-release
36+
./node_modules/.bin/vsce publish --pre-release
3737
3838
- name: Push to master
3939
run: |

0 commit comments

Comments
 (0)