Skip to content

Commit

Permalink
fix: update npm publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain authored Jan 23, 2025
1 parent 26d605e commit 1c557d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Check npm config
run: npm config list

- run: node_modules/.bin/lerna exec --ignore root --ignore simpleserialize.com --no-private "npm publish --access public"
- run: node_modules/.bin/lerna publish from-package --no-verify-access
if: ${{ steps.release.outputs.releases_created }}


Expand All @@ -69,4 +69,4 @@ jobs:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: simpleserialize
directory: ./packages/simpleserialize.com/dist
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1c557d3

Please sign in to comment.