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 fdf2974 commit c7c2ec3Copy full SHA for c7c2ec3
.github/workflows/release-full-3.yml
@@ -115,7 +115,7 @@ jobs:
115
if: env.RELEASE_OK == 'yes'
116
working-directory: generators-repo
117
run: |
118
- GENERATORS_CURRENT_VERSION=$(mvn -q -Dswagger-codegen-verion=3.0.69 -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec)
+ GENERATORS_CURRENT_VERSION=$(mvn -q -Dswagger-codegen-version=3.0.69 -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec)
119
if [[ $GENERATORS_CURRENT_VERSION =~ SNAPSHOT$ ]]; then
120
echo "Version is a snapshot: $GENERATORS_CURRENT_VERSION"
121
else
0 commit comments