We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4846f5 commit 26be703Copy full SHA for 26be703
2 files changed
.github/workflows/ci-cd.yml
@@ -28,7 +28,7 @@ jobs:
28
- run: npm run vscode:prepackage
29
- run: npm run vscode:package
30
31
- - run: npm run vscode:publish --pat="${{ secrets.AZURE_ACCESS_TOKEN }}"
+ - run: npm run vscode:publish -- --pat="${{ secrets.AZURE_ACCESS_TOKEN }}"
32
if: github.event_name == 'release' && github.event.action == 'created'
33
34
- uses: actions/upload-artifact@v4
package.json
@@ -5,13 +5,13 @@
5
"engines": {
6
"vscode": "^1.90.0"
7
},
8
- "version": "0.1.5",
+ "version": "0.1.6",
9
"preview": true,
10
"serverInfo": {
11
"name": "FineCode",
12
"module": "finecode"
13
14
- "publisher": "vladyslavhnatiuk",
+ "publisher": "VladyslavHnatiuk",
15
"license": "MIT",
16
"homepage": "https://github.com/finecode-dev/finecode-vscode",
17
"repository": {
0 commit comments