Skip to content

Commit

Permalink
ci: release ci steps fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-w committed Mar 20, 2024
1 parent b38480c commit 290cbac
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ jobs:
- name: 📥 Monorepo install
uses: ./.github/actions/pnpm-install

- name: Build the package
run: pnpm build:cli

- name: 🏗 Build pacakges
run: |
pnpm -F "./packages/**" run build
- name: Setup npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc

Expand Down

0 comments on commit 290cbac

Please sign in to comment.