Skip to content

Commit

Permalink
chore: attempt to fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Dec 17, 2023
1 parent 16fd73f commit a6710f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
if: ${{ steps.release.outputs.releases_created }}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
run: npm publish
run: npx lerna publish from-package --no-push --no-private --no-git-tag-version --no-verify-access --yes

0 comments on commit a6710f7

Please sign in to comment.