Skip to content

Commit 251f681

Browse files
authored
Merge pull request #31 from BitGo/BTC-2724-3
fix(ci): skip git push during release process
2 parents ea1396f + 1bffa31 commit 251f681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
run: npm --workspaces test
7171

7272
- name: Release
73-
run: npx lerna publish --yes --no-verify-access
73+
run: npx lerna publish --yes --no-verify-access --no-push
7474
env:
7575
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)