Skip to content

Commit

Permalink
Refactor npm-publish workflow: Update lerna publish command options
Browse files Browse the repository at this point in the history
  • Loading branch information
a179346 committed Sep 17, 2024
1 parent 91972c7 commit bd6ddcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ jobs:
git push origin "release/${GITHUB_REF:11}"
- name: Publish Packages
run: npx lerna publish ${{ github.event.release.tag_name }} --yes
run: npx lerna publish ${{ github.event.release.tag_name }} --yes --no-push --no-git-tag-version
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

- name: Remove Release Branch
run: |
git switch main
Expand Down

0 comments on commit bd6ddcc

Please sign in to comment.