@@ -282,35 +282,36 @@ jobs:
282282 build-path : ${{ needs.promote.outputs.build-name-number }}
283283 variables : ' {"SONATYPE_STAGING_BUILD_ID":"${{ steps.publish-to-sonatype.outputs.maven-central-release-id }}"}'
284284
285- publish-release-github :
286- runs-on : ${{ vars.BUILD_CONTAINER_DISTRO_VERSION }}
287- needs : [ promote, publish-release-sonatype ]
288- steps :
289- - name : Harden the runner (Audit all outbound calls)
290- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
291- with :
292- egress-policy : audit
293-
294- - name : Checkout
295- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
296- with :
297- ref : ${{ inputs.target-branch }}
298- token : ${{ secrets.CLIENT_BOT_PAT }}
299-
300- - uses : ./.github/actions/stage-release-artifacts
301- with :
302- oidc-provider : ${{ secrets.JFROG_OIDC_PROVIDER }}
303- oidc-audience : ${{ secrets.JFROG_OIDC_AUDIENCE }}
304- target-repository : ${{ inputs.target-repository }}
305- build-name-number : ${{ needs.promote.outputs.build-name-number }}
306- artifact-version : ${{ needs.promote.outputs.artifact-version }}
307- staging-folder : ' ["staging","github"]'
285+ # Not used at the moment
286+ # publish-release-github:
287+ # runs-on: ${{ vars.BUILD_CONTAINER_DISTRO_VERSION }}
288+ # needs: [ promote, publish-release-sonatype ]
289+ # steps:
290+ # - name: Harden the runner (Audit all outbound calls)
291+ # uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
292+ # with:
293+ # egress-policy: audit
294+ #
295+ # - name: Checkout
296+ # uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
297+ # with:
298+ # ref: ${{ inputs.target-branch }}
299+ # token: ${{ secrets.CLIENT_BOT_PAT }}
300+ #
301+ # - uses: ./.github/actions/stage-release-artifacts
302+ # with:
303+ # oidc-provider: ${{ secrets.JFROG_OIDC_PROVIDER }}
304+ # oidc-audience: ${{ secrets.JFROG_OIDC_AUDIENCE }}
305+ # target-repository: ${{ inputs.target-repository }}
306+ # build-name-number: ${{ needs.promote.outputs.build-name-number }}
307+ # artifact-version: ${{ needs.promote.outputs.artifact-version }}
308+ # staging-folder: '["staging","github"]'
308309
309310 # Publishing release to GitHub
310311 # Note: this action knows how to process json internally. It expects inputs to be in json format
311- - uses : ./.github/actions/publish-to-github
312- with :
313- release-notes : ${{ needs.promote.outputs.release-notes }}
314- github-token : ${{ secrets.CLIENT_BOT_PAT }}
315- build-name-number : ${{ needs.promote.outputs.build-name-numbers }}
316- artifact-version : ${{ needs.promote.outputs.artifact-version }}
312+ # - uses: ./.github/actions/publish-to-github
313+ # with:
314+ # release-notes: ${{ needs.promote.outputs.release-notes }}
315+ # github-token: ${{ secrets.CLIENT_BOT_PAT }}
316+ # build-name-number: ${{ needs.promote.outputs.build-name-numbers }}
317+ # artifact-version: ${{ needs.promote.outputs.artifact-version }}
0 commit comments