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 60ba8f9 commit 5f4dc48Copy full SHA for 5f4dc48
.github/workflows/maven-master.yml
@@ -43,6 +43,8 @@ jobs:
43
- name: Deploy Maven Snapshot
44
if: ${{ matrix.java == 11 }}
45
run: |
46
+ export DOCKER_GENERATOR_IMAGE_NAME=swaggerapi/swagger-generator
47
+ export DOCKER_CODEGEN_CLI_IMAGE_NAME=swaggerapi/swagger-codegen-cli
48
export MY_POM_VERSION=`mvn -q -Dexec.executable="echo" -Dexec.args='${projects.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec`
49
echo "POM VERSION" ${MY_POM_VERSION}
50
if [[ $MY_POM_VERSION =~ ^.*SNAPSHOT$ ]];
0 commit comments