Skip to content

Commit

Permalink
build(deploy): temporarily change deploy config for v14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
apaparazzi0329 committed Dec 6, 2024
1 parent bcf41bc commit d480533
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,8 @@ jobs:
run: npx semantic-release # --dry-run --branches 9662_addcheck

- name: Publish to Maven Central
if: ${{ steps.next_release.outputs.NEXT_RELEASE }}
env:
GHA_TAG: "refs/tags/v${{ steps.next_release.outputs.NEXT_RELEASE }}" # for setMavenVersion_gha
GHA_TAG: "refs/tags/v14.0.0" # for setMavenVersion_gha
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }} # for .travis.settings.xml
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
GPG_KEYNAME: ${{ secrets.SIGNING_KEY }}
Expand All @@ -102,7 +101,6 @@ jobs:
mvn deploy --settings build/.travis.settings.xml -DskipITs -Dskip.unit.tests -P central $MVN_ARGS
- name: Publish Java docs
if: ${{ steps.next_release.outputs.NEXT_RELEASE }}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GHA_REPO_SLUG: ${{ github.repository }}
Expand All @@ -111,7 +109,7 @@ jobs:
GHA_BUILD_NUMBER: ${{ github.run_number }}
GHA_JOB_NUMBER: ${{ github.job_number }}
GHA_COMMIT: ${{ github.sha }}
GHA_TAG: "refs/tags/v${{ steps.next_release.outputs.NEXT_RELEASE }}" # for setMavenVersion_gha
GHA_TAG: "refs/tags/v14.0.0" # for setMavenVersion_gha
run: |
build/setMavenVersion_gha.sh
mvn clean javadoc:aggregate $MVN_ARGS
Expand Down

0 comments on commit d480533

Please sign in to comment.