File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ concurrency:
1313
1414jobs :
1515 release-name :
16+ name : Generate a clean release name from the branch/tag
1617 runs-on : ubuntu-latest
1718 outputs :
1819 name : ${{ steps.release_number.outputs.substring }}
@@ -116,7 +117,7 @@ jobs:
116117 target_branch : main
117118 title : " Release ${{needs.release-name.outputs.name}}"
118119 body : |-
119- " **Automated Release Pull Request**
120+ **Automated Release Pull Request**
120121
121122 ## Change log:
122123 ${{steps.github_release.outputs.changelog}}
@@ -163,7 +164,7 @@ jobs:
163164 cosign sign-blob -y jetstack-charts/charts/version-checker-${{ needs.release-name.outputs.name }}.tgz \
164165 --bundle jetstack-charts/charts/version-checker-${{ needs.release-name.outputs.name }}.tgz.cosign.bundle
165166
166- - name : Creating PR
167+ - name : Creating Publishing Chart's PR
167168 uses : peter-evans/create-pull-request@v7
168169 if : ${{ startsWith(github.ref, 'refs/tags/') }}
169170 with :
You can’t perform that action at this time.
0 commit comments