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:
16
.github/workflows/npm-publish.yml
vendored
16
.github/workflows/npm-publish.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user