Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoobes authored Jun 3, 2024
1 parent 18af3b5 commit adaf286
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit adaf286

Please sign in to comment.