Skip to content

Commit

Permalink
Merge pull request #11 from smartlyio/feat/monorepo-setup-with-lerna
Browse files Browse the repository at this point in the history
Use force publish to bump up the version
  • Loading branch information
jdmon authored Aug 30, 2024
2 parents 2231361 + 2e405a6 commit 49aafbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# Publish version to public repository
- name: Publish
run: lerna publish ${{ env.github.event.inputs.release-type }} --no-private --loglevel verbose --yes
run: lerna publish ${{ env.github.event.inputs.release-type }} --no-private --force-publish --loglevel verbose --yes
env:
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_ACCESS_TOKEN }}

Expand Down

0 comments on commit 49aafbc

Please sign in to comment.