Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shihanwan committed Apr 24, 2024
1 parent 11808b0 commit da0e22c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
- uses: ./tooling/github/setup
name: Install pnpm
with:
version: 8
Expand All @@ -62,7 +62,12 @@ jobs:
- name: 📦️ Install dependencies
run: pnpm install --frozen-lockfile

- name: 🚀 Publish to npm
- name: 🚀 Publish bumpgen-core to npm
run: pnpm publish packages/bumpgen-core
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: 🚀 Publish bumpgen cli to npm
shell: bash
run: pnpm publish apps/cli
env:
Expand Down

0 comments on commit da0e22c

Please sign in to comment.