We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f01a7 commit 2ef9feaCopy full SHA for 2ef9fea
.github/workflows/main.yml
@@ -20,5 +20,7 @@ jobs:
20
vsce package --out out/paperpc-syntax.vsix
21
- name: Release
22
uses: softprops/action-gh-release@v2.3.2
23
+ env:
24
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
with:
26
files: out/paperpc-syntax.vsix
package.json
@@ -2,7 +2,7 @@
2
"name": "paperpc-syntax",
3
"displayName": "PaperPC Syntax",
4
"description": "",
5
- "version": "1.0.1",
+ "version": "1.0.2",
6
"engines": {
7
"vscode": "^1.102.0"
8
},
0 commit comments