Skip to content

Commit 9cb16ae

Browse files
Fix permission issue
1 parent 055c515 commit 9cb16ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-node@v2
2626
with:
2727
node-version: '14'
28-
- run: sudo npm install -g vsce
28+
- run: sudo npm install -g vsce --unsafe-perm
2929
- run: npm install
3030
- run: npm run compile
3131
- run: vsce package

0 commit comments

Comments
 (0)