Skip to content

Commit 1bffa31

Browse files
committed
fix(ci): skip git push during release process
This modifies the lerna publish command to skip pushing to the remote repository during release. Co-authored-by: llm-git <[email protected]> Ticket: BTC-2724
1 parent ea1396f commit 1bffa31

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)