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:
7
.github/workflows/npm-publish.yml
vendored
7
.github/workflows/npm-publish.yml
vendored
@@ -33,6 +33,13 @@ jobs:
|
||||
with:
|
||||
node-version: 18
|
||||
registry-url: https://registry.npmjs.org/
|
||||
- run: corepack enable
|
||||
- run: yarn set version classic
|
||||
- run: yarn install
|
||||
- run: yarn gen-discord-types
|
||||
working-directory: ./packages/poster
|
||||
- run: yarn poster:prod
|
||||
working-directory: ./packages/poster
|
||||
- run: npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||
|
||||
Reference in New Issue
Block a user