Skip to content

Commit 29c8e0d

Browse files
committed
test 3
1 parent c0e412e commit 29c8e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-full-3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
echo "generators version: " ${MY_POM_VERSION_GENERATORS}
100100
echo "SC_VERSION_GENERATORS=${MY_POM_VERSION_GENERATORS}" >> $GITHUB_ENV
101101
- name: Run maven install for codegen-generators
102-
if: env.RELEASE_OK == 'yes' && env.GENERATORS_RELEASE_OK == 'yes'
102+
if: env.RELEASE_OK == 'yes'
103103
working-directory: generators-repo
104104
run: |
105105
echo "test"

0 commit comments

Comments
 (0)