Skip to content

Commit

Permalink
Stop cleaning too much (#77)
Browse files Browse the repository at this point in the history
As it broke publishing of packages with dependencies on other packages in the monorepo (also it should not be needed).
  • Loading branch information
osmestad authored Mar 1, 2024
1 parent 3baaa65 commit 1df28b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: pnpm clean
- run: pnpm publish --recursive --no-git-checks --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 1df28b2

Please sign in to comment.