We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e412e commit 29c8e0dCopy full SHA for 29c8e0d
.github/workflows/release-full-3.yml
@@ -99,7 +99,7 @@ jobs:
99
echo "generators version: " ${MY_POM_VERSION_GENERATORS}
100
echo "SC_VERSION_GENERATORS=${MY_POM_VERSION_GENERATORS}" >> $GITHUB_ENV
101
- name: Run maven install for codegen-generators
102
- if: env.RELEASE_OK == 'yes' && env.GENERATORS_RELEASE_OK == 'yes'
+ if: env.RELEASE_OK == 'yes'
103
working-directory: generators-repo
104
run: |
105
echo "test"
0 commit comments