Update npm-publish.yml

This commit is contained in:
Jacob Nguyen
2023-12-14 11:33:09 -06:00
committed by GitHub
parent 45f375eae8
commit 1ead8c9635

View File

@@ -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}}