Skip to content

Commit

Permalink
updating main publish
Browse files Browse the repository at this point in the history
Signed-off-by: Benji Visser <[email protected]>
  • Loading branch information
noqcks committed Apr 26, 2024
1 parent ce00fbc commit 1a290dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/publish-cli-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,8 @@ jobs:
- name: Setup
uses: ./tooling/github/setup

- name: 📦️ Install dependencies
run: pnpm install --frozen-lockfile

- name: 🚀 Publish bumpgen cli to npm
shell: bash
run: pnpm publish apps/cli
- run: pnpm install --frozen-lockfile
- run: pnpm --filter=bumpgen run build
- run: pnpm --filter=bumpgen publish --tag latest --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}"
8 changes: 3 additions & 5 deletions .github/workflows/publish-core-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,8 @@ jobs:
- name: Setup
uses: ./tooling/github/setup

- name: 📦️ Install dependencies
run: pnpm install --frozen-lockfile

- name: 🚀 Publish bumpgen-core to npm
run: pnpm publish packages/bumpgen-core
- run: pnpm install --frozen-lockfile
- run: pnpm --filter=@xeol/bumpgen-core run build
- run: pnpm --filter=@xeol/bumpgen-core publish --tag latest --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 1a290dd

Please sign in to comment.