Add checkmark to npm releases
This commit is contained in:
parent
3faec3a125
commit
51b6eb0db4
|
@ -13,6 +13,6 @@ jobs:
|
|||
node-version: 18
|
||||
registry-url: https://registry.npmjs.org
|
||||
- run: npm ci
|
||||
- run: npm publish
|
||||
- run: npm publish --provenance
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
|
|
@ -7,6 +7,8 @@ Standard.xml
|
|||
.gitattributes
|
||||
.gitmodules
|
||||
|
||||
coverage
|
||||
|
||||
src/tools
|
||||
test
|
||||
dist/test
|
||||
|
|
Loading…
Reference in New Issue