mirror of
https://github.com/sern-handler/tools
synced 2026-07-05 05:59:42 +00:00
Update npm-publish.yml
This commit is contained in:
4
.github/workflows/npm-publish.yml
vendored
4
.github/workflows/npm-publish.yml
vendored
@@ -31,9 +31,9 @@ jobs:
|
||||
working-directory: ./packages/${{ github.event.inputs.package }}
|
||||
|
||||
- run: npm install
|
||||
- run: npm build --workspace @sern/${{ github.event.inputs.package }}
|
||||
- run: npm run build --workspace @sern/${{ github.event.inputs.package }}
|
||||
|
||||
- run: npm test --workspace @sern/${{ github.event.inputs.package }}
|
||||
- run: npm run test --workspace @sern/${{ github.event.inputs.package }}
|
||||
- run: npm publish --workspace @sern/${{ github.event.inputs.package }}
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||
|
||||
Reference in New Issue
Block a user