File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,5 @@ replace = {new_version}
1818[bumpversion:file:text-to-speech/README.md]
1919
2020[bumpversion:file:docker/pom.xml]
21+
22+ [bumpversion:file:.github/workflows/deploy.yml]
Original file line number Diff line number Diff line change 8686
8787 - name : Publish to Maven Central
8888 env :
89- GHA_TAG : " refs/tags/v16.0 .0" # for setMavenVersion_gha
89+ GHA_TAG : " refs/tags/v16.1 .0" # for setMavenVersion_gha
9090 CENTRAL_USERNAME : ${{ secrets.CENTRAL_USERNAME }} # for .travis.settings.xml
9191 CENTRAL_PASSWORD : ${{ secrets.CENTRAL_PASSWORD }}
9292 GPG_KEYNAME : ${{ secrets.SIGNING_KEY }}
@@ -110,7 +110,7 @@ jobs:
110110 GHA_BUILD_NUMBER : ${{ github.run_number }}
111111 GHA_JOB_NUMBER : ${{ github.job_number }}
112112 GHA_COMMIT : ${{ github.sha }}
113- GHA_TAG : " refs/tags/v16.0 .0" # for setMavenVersion_gha
113+ GHA_TAG : " refs/tags/v16.1 .0" # for setMavenVersion_gha
114114 run : |
115115 build/setMavenVersion_gha.sh
116116 mvn clean javadoc:aggregate $MVN_ARGS
You can’t perform that action at this time.
0 commit comments