Skip to content

Commit 13f1fc0

Browse files
committed
Use npm trusted publishers
1 parent 0b7684d commit 13f1fc0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ jobs:
1515
registry-url: "https://registry.npmjs.org"
1616
- run: npm ci
1717
- run: npm run build
18+
- run: npm run test
1819
- run: npm publish --provenance --access public
19-
env:
20-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)