Update npm-publish.yml

This commit is contained in:
Jacob Nguyen
2023-12-14 11:36:17 -06:00
committed by GitHub
parent 1ead8c9635
commit dcfb9323c4

View File

@@ -9,23 +9,7 @@ on:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- 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
publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3