File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 8484 run : npx semantic-release # --dry-run --branches 9662_addcheck
8585
8686 - name : Publish to Maven Central
87- if : " startsWith(github.ref, 'refs/tags/v')"
8887 env :
89- GHA_TAG : ${{ github.ref }} # for setMavenVersion_gha
88+ GHA_TAG : " refs/tags/v9.2.2 " # for setMavenVersion_gha
9089 OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }} # for .travis.settings.xml
9190 OSSRH_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
9291 GPG_KEYNAME : ${{ secrets.SIGNING_KEY }}
@@ -101,7 +100,6 @@ jobs:
101100 mvn deploy --settings build/.travis.settings.xml -DskipITs -Dskip.unit.tests -P central $MVN_ARGS
102101
103102 - name : Publish Java docs
104- if : " startsWith(github.ref, 'refs/tags/v')"
105103 env :
106104 GH_TOKEN : ${{ secrets.GH_TOKEN }}
107105 GHA_REPO_SLUG : ${{ github.repository }}
@@ -110,7 +108,7 @@ jobs:
110108 GHA_BUILD_NUMBER : ${{ github.run_number }}
111109 GHA_JOB_NUMBER : ${{ github.job_number }}
112110 GHA_COMMIT : ${{ github.sha }}
113- GHA_TAG : ${{ github.ref }} # for setMavenVersion_gha
111+ GHA_TAG : " refs/tags/v9.2.2 " # for setMavenVersion_gha
114112 run : |
115113 build/setMavenVersion_gha.sh
116114 mvn clean javadoc:aggregate $MVN_ARGS
You can’t perform that action at this time.
0 commit comments