Skip to content

Commit 4cb23b9

Browse files
ci: remove token refs, use npm trusted publishing
1 parent 50def67 commit 4cb23b9

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@ jobs:
1818
with:
1919
bun-version: latest
2020

21-
- uses: actions/setup-node@v4
22-
with:
23-
node-version: 20
24-
registry-url: https://registry.npmjs.org
25-
26-
- name: Install dependencies
21+
- name: Install dependencies
2722
run: bun install
2823

2924
- name: Run tests
@@ -51,8 +46,6 @@ jobs:
5146
- name: Publish to npm
5247
if: steps.version.outputs.changed == 'true'
5348
run: npm publish --access public
54-
env:
55-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5649

5750
- name: Create GitHub Release
5851
if: steps.version.outputs.changed == 'true'

0 commit comments

Comments
 (0)