mirror of
https://github.com/sern-handler/tools
synced 2026-06-06 01:16:59 +00:00
Update npm-publish.yml
This commit is contained in:
6
.github/workflows/npm-publish.yml
vendored
6
.github/workflows/npm-publish.yml
vendored
@@ -29,10 +29,8 @@ jobs:
|
||||
- run: yarn set version classic
|
||||
- run: yarn install --immutable
|
||||
working-directory: ./packages/${{ github.event.inputs.package }}
|
||||
- run: yarn gen-discord-types
|
||||
working-directory: ./packages/poster
|
||||
- run: yarn poster:prod
|
||||
working-directory: ./packages/poster
|
||||
- run: yarn build
|
||||
working-directory: ./packages/${{ github.event.inputs.package }}
|
||||
- run: yarn publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||
|
||||
Reference in New Issue
Block a user