Skip to content

Commit dbbd061

Browse files
chore: update workflow git tag version
1 parent afb5c0e commit dbbd061

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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]

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)