Skip to content

Commit 2ef9fea

Browse files
committed
Updating with token for permissions to release
1 parent 22f01a7 commit 2ef9fea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ jobs:
2020
vsce package --out out/paperpc-syntax.vsix
2121
- name: Release
2222
uses: softprops/action-gh-release@v2.3.2
23+
env:
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2325
with:
2426
files: out/paperpc-syntax.vsix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "paperpc-syntax",
33
"displayName": "PaperPC Syntax",
44
"description": "",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"engines": {
77
"vscode": "^1.102.0"
88
},

0 commit comments

Comments
 (0)