There was an error while loading. Please reload this page.
1 parent afb5c0e commit dbbd061Copy full SHA for dbbd061
.bumpversion.cfg
@@ -18,3 +18,5 @@ replace = {new_version}
18
[bumpversion:file:text-to-speech/README.md]
19
20
[bumpversion:file:docker/pom.xml]
21
+
22
+[bumpversion:file:.github/workflows/deploy.yml]
.github/workflows/deploy.yml
@@ -110,7 +110,7 @@ jobs:
110
GHA_BUILD_NUMBER: ${{ github.run_number }}
111
GHA_JOB_NUMBER: ${{ github.job_number }}
112
GHA_COMMIT: ${{ github.sha }}
113
- GHA_TAG: "refs/tags/v16.0.0" # for setMavenVersion_gha
+ GHA_TAG: "refs/tags/v16.1.0" # for setMavenVersion_gha
114
run: |
115
build/setMavenVersion_gha.sh
116
mvn clean javadoc:aggregate $MVN_ARGS
0 commit comments