@@ -153,18 +153,22 @@ jobs:
153153 with :
154154 env-file : .github/variables/.env
155155 - uses : FranzDiebold/github-env-vars-action@v2 # https://github.com/marketplace/actions/github-environment-variables-action
156+
156157 - name : Set buid version number env variables
157158 id : set-build-version-number-vars
158159 run : .github/scripts/set_version_numbers_env.sh
160+
159161 - name : Update project version & build number in source code and documentation
160162 id : update-project-version
161163 run : .github/scripts/update_project_version.sh
164+
162165 - name : Push version update to repository
163166 id : push-version-number-update
164167 run : |
165168 git add sonar-project.properties VERSION source/* docs/*
166169 git commit -m 'Updated project version after build [skip ci]'
167170 git push --quiet origin HEAD:${CI_ACTION_REF_NAME}
171+
168172 - name : Copy and push documentation to utPLSQL-github-io repo
169173 id : push-documentation
170174 env :
@@ -181,7 +185,7 @@ jobs:
181185 ( startsWith( github.ref, 'refs/heads/release/v' ) || github.ref == 'refs/heads/develop' )
182186 strategy :
183187 matrix :
184- repo : ['utPLSQL/utPLSQL-maven-plugin', 'utPLSQL/utPLSQL-demo-project']
188+ repo : ['utPLSQL/utPLSQL-maven-plugin', 'utPLSQL/utPLSQL-demo-project','utPLSQL/utPLSQL-java-api' ]
185189# repo: ['utPLSQL/utPLSQL-java-api', 'utPLSQL/utPLSQL-v2-v3-migration', 'utPLSQL/utPLSQL-cli', 'utPLSQL/utPLSQL-maven-plugin', 'utPLSQL/utPLSQL-demo-project']
186190 steps :
187191 - name : Repository Dispatch
0 commit comments