Skip to content

Commit a4846f5

Browse files
committed
v0.1.5: pass token to publish command correctly in github actions
1 parent 6ed679b commit a4846f5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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 -p "${{ 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-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"engines": {
66
"vscode": "^1.90.0"
77
},
8-
"version": "0.1.4",
8+
"version": "0.1.5",
99
"preview": true,
1010
"serverInfo": {
1111
"name": "FineCode",

0 commit comments

Comments
 (0)