Skip to content

Commit 0d7992c

Browse files
author
Balázs Tápai
committed
fix: don't push when releasing, but push when PR create
1 parent 7f6e2f5 commit 0d7992c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: git config user.email "opensource@thisdot.co" && git config user.name "ThisDot Open-Source"
4848

4949
- name: Release a specific project
50-
run: npx nx version ${{ github.event.inputs.target_project }} --releaseAs=${{ github.event.inputs.release_as }} --skipProjectChangelog=true --noVerify=true --preid=rc --push
50+
run: npx nx version ${{ github.event.inputs.target_project }} --releaseAs=${{ github.event.inputs.release_as }} --skipProjectChangelog=true --noVerify=true --preid=rc
5151

5252
- name: Publish to npm
5353
env:

0 commit comments

Comments
 (0)