File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 84
84
run : npx semantic-release # --dry-run --branches 9662_addcheck
85
85
86
86
- name : Publish to Maven Central
87
- if : ${{ steps.next_release.outputs.NEXT_RELEASE }}
88
87
env :
89
- GHA_TAG : " refs/tags/v${{ steps.next_release.outputs.NEXT_RELEASE }} " # for setMavenVersion_gha
88
+ GHA_TAG : " refs/tags/v14.0.0 " # for setMavenVersion_gha
90
89
OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }} # for .travis.settings.xml
91
90
OSSRH_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
92
91
GPG_KEYNAME : ${{ secrets.SIGNING_KEY }}
@@ -102,7 +101,6 @@ jobs:
102
101
mvn deploy --settings build/.travis.settings.xml -DskipITs -Dskip.unit.tests -P central $MVN_ARGS
103
102
104
103
- name : Publish Java docs
105
- if : ${{ steps.next_release.outputs.NEXT_RELEASE }}
106
104
env :
107
105
GH_TOKEN : ${{ secrets.GH_TOKEN }}
108
106
GHA_REPO_SLUG : ${{ github.repository }}
@@ -111,7 +109,7 @@ jobs:
111
109
GHA_BUILD_NUMBER : ${{ github.run_number }}
112
110
GHA_JOB_NUMBER : ${{ github.job_number }}
113
111
GHA_COMMIT : ${{ github.sha }}
114
- GHA_TAG : " refs/tags/v${{ steps.next_release.outputs.NEXT_RELEASE }} " # for setMavenVersion_gha
112
+ GHA_TAG : " refs/tags/v14.0.0 " # for setMavenVersion_gha
115
113
run : |
116
114
build/setMavenVersion_gha.sh
117
115
mvn clean javadoc:aggregate $MVN_ARGS
You can’t perform that action at this time.
0 commit comments