We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6305868 commit 15cead7Copy full SHA for 15cead7
.github/workflows/general.yaml
@@ -61,8 +61,6 @@ jobs:
61
node-version-file: package.json
62
- name: Install Dependencies
63
run: pnpm install:ci
64
- - name: Login Publisher
65
- run: pnpm login:ci
66
- name: Release Extension
67
uses: cycjimmy/semantic-release-action@v5
68
id: release
package.json
@@ -23,7 +23,6 @@
23
"format": "biome check --write",
24
"install:ci": "pnpm install --ignore-scripts",
25
"lint": "biome check",
26
- "login:ci": "pnpm config set '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'",
27
"prepare": "husky",
28
"publish:py": "uv --directory sdk-py publish",
29
"publish:ts": "pnpm -r publish --access public --ignore-scripts --no-git-checks",
0 commit comments