Skip to content

Commit f5ced5f

Browse files
build: fix feature branch condition [noci]
1 parent 118e1e8 commit f5ced5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: git config --global user.email "[email protected]" && git config --global user.name "github-actions"
6161

6262
- name: Create Continuous Deployment - Feature Branch
63-
if: steps.get_branch.outputs.branch != 'master' && inputs.production_release
63+
if: steps.get_branch.outputs.branch != 'master' && !inputs.production_release
6464
run: |
6565
poetry run semantic-release \
6666
-v DEBUG \

0 commit comments

Comments
 (0)