Skip to content

Commit

Permalink
Update legacy-release_maven-release-process.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina authored Nov 25, 2024
1 parent 273d7cf commit 627e343
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/legacy-release_maven-release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,15 +373,15 @@ jobs:
fi
echo "::endgroup::"
release-labeling:
name: Release Labeling
needs: [prepare-release, release-process, build-push-image]
if: success() && github.event.inputs.update_github_labels == 'true'
uses: ./.github/workflows/issue_comp_release-labeling.yml
with:
new_label: 'Release ${{ github.event.inputs.release_version }}'
secrets:
CI_MACHINE_TOKEN: ${{ secrets.CI_MACHINE_TOKEN }}
# release-labeling:
# name: Release Labeling
# needs: [prepare-release, release-process, build-push-image]
# if: success() && github.event.inputs.update_github_labels == 'true'
# uses: ./.github/workflows/issue_comp_release-labeling.yml
# with:
# new_label: 'Release ${{ github.event.inputs.release_version }}'
# secrets:
# CI_MACHINE_TOKEN: ${{ secrets.CI_MACHINE_TOKEN }}

finish-release:
name: Finish Release
Expand Down

0 comments on commit 627e343

Please sign in to comment.