Skip to content

Commit 06402e1

Browse files
authored
Switch to trusted publishers (#36)
* chore: bump libs * ci: switch to trusted publishers
1 parent 05a746e commit 06402e1

3 files changed

Lines changed: 198 additions & 343 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version: current
19-
registry-url: https://registry.npmjs.org/
19+
registry-url: https://registry.npmjs.org
2020
- run: npm ci
2121
- run: bash .ci/publish.sh
2222
env:
23-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2423
VERSION: ${{ github.ref_name }}

0 commit comments

Comments
 (0)