Skip to content

Commit

Permalink
Fix to use correct format for release label 'Release : YY.MM.DD'
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralfaro-dotcms committed Nov 29, 2024
1 parent 0e452b8 commit fd72419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/legacy-release_maven-release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ jobs:
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 }}'
new_label: 'Release : ${{ github.event.inputs.release_version }}'
secrets:
CI_MACHINE_TOKEN: ${{ secrets.CI_MACHINE_TOKEN }}

Expand Down

0 comments on commit fd72419

Please sign in to comment.