Skip to content

Commit 15cead7

Browse files
committed
chore: Rebased on trusted publishing
1 parent 6305868 commit 15cead7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/general.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ jobs:
6161
node-version-file: package.json
6262
- name: Install Dependencies
6363
run: pnpm install:ci
64-
- name: Login Publisher
65-
run: pnpm login:ci
6664
- name: Release Extension
6765
uses: cycjimmy/semantic-release-action@v5
6866
id: release

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"format": "biome check --write",
2424
"install:ci": "pnpm install --ignore-scripts",
2525
"lint": "biome check",
26-
"login:ci": "pnpm config set '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'",
2726
"prepare": "husky",
2827
"publish:py": "uv --directory sdk-py publish",
2928
"publish:ts": "pnpm -r publish --access public --ignore-scripts --no-git-checks",

0 commit comments

Comments
 (0)