Skip to content

Commit 26be703

Browse files
committed
v0.1.6: correct publisher name in package info
1 parent a4846f5 commit 26be703

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: npm run vscode:prepackage
2929
- run: npm run vscode:package
3030

31-
- run: npm run vscode:publish --pat="${{ secrets.AZURE_ACCESS_TOKEN }}"
31+
- run: npm run vscode:publish -- --pat="${{ secrets.AZURE_ACCESS_TOKEN }}"
3232
if: github.event_name == 'release' && github.event.action == 'created'
3333

3434
- uses: actions/upload-artifact@v4

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"engines": {
66
"vscode": "^1.90.0"
77
},
8-
"version": "0.1.5",
8+
"version": "0.1.6",
99
"preview": true,
1010
"serverInfo": {
1111
"name": "FineCode",
1212
"module": "finecode"
1313
},
14-
"publisher": "vladyslavhnatiuk",
14+
"publisher": "VladyslavHnatiuk",
1515
"license": "MIT",
1616
"homepage": "https://github.com/finecode-dev/finecode-vscode",
1717
"repository": {

0 commit comments

Comments
 (0)