Skip to content

Commit 004cdfd

Browse files
committed
ci: update packages permission
1 parent c90b25c commit 004cdfd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
release:
55
types: [published]
66

7+
permissions:
8+
packages: write
9+
710
jobs:
811
release-extension:
912
runs-on: ubuntu-latest
@@ -23,7 +26,7 @@ jobs:
2326

2427
- name: Install vsce
2528
run: npm install -g @vscode/vsce
26-
29+
2730
- name: Package VSCode Extension
2831
run: |
2932
vsce package

0 commit comments

Comments
 (0)