File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ jobs:
107
107
with :
108
108
title : ' [RELEASE] Release version ${{ matrix.release_version }}'
109
109
content-filepath : ../opensearch-build/.github/ISSUE_TEMPLATE/component_release_template.md
110
- labels : ' v${{ matrix.release_version }}'
110
+ labels : |
111
+ v${{ matrix.release_version }}
111
112
token : ${{ steps.github_app_token.outputs.token }}
112
113
repository : opensearch-project/${{ matrix.entry.repo }}
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ jobs:
102
102
with :
103
103
title : ' [RELEASE] Release version ${{ matrix.release_version }}'
104
104
content-filepath : ../opensearch-build/.github/ISSUE_TEMPLATE/component_release_template.md
105
- labels : ' v${{ matrix.release_version }}'
105
+ labels : |
106
+ v${{ matrix.release_version }}
106
107
token : ${{ steps.github_app_token.outputs.token }}
107
108
repository : opensearch-project/${{ matrix.entry.repo }}
You can’t perform that action at this time.
0 commit comments