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 0bc1a08 commit 06b31efCopy full SHA for 06b31ef
.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 -p $AZURE_ACCESS_TOKEN
+ - run: npm run vscode:publish -p "${{ secrets.AZURE_ACCESS_TOKEN }}"
32
if: github.event_name == 'release' && github.event.action == 'created'
33
34
- uses: actions/upload-artifact@v4
package.json
@@ -5,7 +5,7 @@
5
"engines": {
6
"vscode": "^1.90.0"
7
},
8
- "version": "0.1.2",
+ "version": "0.1.3",
9
"preview": true,
10
"serverInfo": {
11
"name": "FineCode",
0 commit comments