Compare commits
4 Commits
e3a3875949
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| fdee807dda | |||
| 0041f18eab | |||
| 60490cd2a1 | |||
| 9aa9edf87f |
@@ -17,6 +17,10 @@ jobs:
|
|||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: npm publish --access public
|
- name: Publish to npm
|
||||||
|
run: |
|
||||||
|
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
|
||||||
|
npm publish --access public
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user