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 83db0e6 commit a20da33Copy full SHA for a20da33
.github/workflows/release.yml
@@ -36,5 +36,5 @@ jobs:
36
run: pnpm run publish
37
working-directory: ./packages/vscode
38
env:
39
- VSCE_TOKEN: ${{secrets.VSCE_TOKEN}}
40
- OVSX_TOKEN: ${{secrets.OVSX_TOKEN}}
+ VSCE_TOKEN: ${{secrets.VSCE_PAT}}
+ OVSX_TOKEN: ${{secrets.OVSX_PAT}}
.gitignore
@@ -8,6 +8,7 @@
8
*-export
9
*.local
10
*.pdf
11
+.env
12
assets/demo
13
components.d.ts
14
composable-vue-cn
0 commit comments