File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -3,25 +3,22 @@ name: Post Release Tasks
33on :
44 workflow_dispatch :
55 inputs :
6- github_ref_name :
7- description : " Current release tag in this train (e.g., v1.15.3)"
8- required : true
96 previous_ref_name :
10- description : " Previous release tag in this train (e.g., v1.14.8)"
7+ description : " Previous release version (e.g., v1.14.8)"
118 required : false
129
1310jobs :
1411 post_release :
1512 runs-on : ubuntu-latest
1613
1714 steps :
18- - uses : actions/checkout@v4
15+ - name : Checkout code
16+ uses : actions/checkout@v4
1917
2018 - name : Run Post Release Tasks
21- uses :
marcingrzejszczak /micrometer-[email protected] 19+ uses : micrometer-metrics /micrometer-github-workflows@main
2220 with :
2321 gh_token : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
24- github_ref_name : ${{ github.event.inputs.github_ref_name }}
2522 previous_ref_name : ${{ github.event.inputs.previous_ref_name }}
2623 spring_release_gchat_webhook_url : ${{ secrets.SPRING_RELEASE_GCHAT_WEBHOOK_URL }}
2724 bluesky_handle : ${{ secrets.BLUESKY_HANDLE }}
You can’t perform that action at this time.
0 commit comments