Skip to content

Commit 58b2e56

Browse files
committed
ci: switch to trusted publisher
1 parent eb078db commit 58b2e56

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 18
25-
registry-url: https://registry.npmjs.org/
24+
node-version: current
25+
registry-url: https://registry.npmjs.org
2626
- run: npm ci
2727
- run: npm run build
2828
- run: npm publish
29-
env:
30-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3129
needs: ["run-checks"]

0 commit comments

Comments
 (0)