diff --git a/.github/workflows/push_trigger.yml b/.github/workflows/push_trigger.yml index e2a15209cb8..8616fd43798 100644 --- a/.github/workflows/push_trigger.yml +++ b/.github/workflows/push_trigger.yml @@ -122,7 +122,7 @@ jobs: - name: Publish the maven package run: | - mvn -B deploy -DskipTests -DaltDeploymentRepository=ossrh::default::${{ secrets.OSSRH_SNAPSHOT_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml + mvn -B deploy -DskipTests -DaltDeploymentRepository=ossrh::default::${{ secrets.RELEASE_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml env: GITHUB_TOKEN: ${{secrets.RELEASE_TOKEN}} GPG_TTY: $(tty) diff --git a/.github/workflows/release_changes.yml b/.github/workflows/release_changes.yml index 2e6fbc91d9f..7f2769df54c 100644 --- a/.github/workflows/release_changes.yml +++ b/.github/workflows/release_changes.yml @@ -35,7 +35,7 @@ jobs: with: commit-message: Updated Pom versions for release changes title: Release changes - body: Automated PR for ${ github.event.inputs.releaseTags release. } + body: Automated PR for ${{ github.event.inputs.releaseTags release. }} branch: release-branch delete-branch: true base: ${{ github.event.inputs.base }}