Skip to content

Commit

Permalink
Merge pull request #17 from BitGo/publish
Browse files Browse the repository at this point in the history
feat: remove tag/commit signing for now while publishing packages
  • Loading branch information
rushilbg committed Aug 7, 2024
2 parents 6d304b0 + 1c8b11f commit 10b5525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
run: yarn lerna run build

- name: Lerna Publish
run: yarn lerna publish --force-publish --sign-git-tag --sign-git-commit --include-merged-tags --conventional-commits --yes --loglevel silly
run: yarn lerna publish --force-publish --include-merged-tags --conventional-commits --yes --loglevel silly

0 comments on commit 10b5525

Please sign in to comment.