Skip to content

Commit 2dbb9c3

Browse files
authored
chore: switch to trusted publishing
1 parent ff12c21 commit 2dbb9c3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/semantic-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions:
99
contents: write
1010
issues: write
1111
pull-requests: write
12+
id-token: write
1213

1314
jobs:
1415
build:
@@ -34,6 +35,7 @@ jobs:
3435
node-version: '22.x'
3536
cache: 'pnpm'
3637
cache-dependency-path: pnpm-lock.yaml
38+
registry-url: 'https://registry.npmjs.org'
3739

3840
- name: Install Dependencies
3941
run: pnpm install --frozen-lockfile
@@ -45,4 +47,4 @@ jobs:
4547
run: pnpm run semantic-release
4648
env:
4749
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
50+
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)