Skip to content

Commit

Permalink
Merge pull request #22 from BitGo/disable_git_operations
Browse files Browse the repository at this point in the history
fix: disable lerna git operations
  • Loading branch information
lcovar committed Aug 9, 2024
2 parents 64c6faf + d40fdeb commit bda6eb0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

permissions:
contents: write

jobs:
publish:
name: Publish Release
Expand Down Expand Up @@ -57,4 +54,4 @@ jobs:
run: yarn lerna run build

- name: Lerna Publish
run: yarn lerna publish --force-publish --include-merged-tags --conventional-commits --yes --loglevel silly
run: yarn lerna publish --force-publish --include-merged-tags --conventional-commits --yes --loglevel silly --no-push --no-git-tag-version --no-changelog

0 comments on commit bda6eb0

Please sign in to comment.