File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 workflow_dispatch :
88
99jobs :
10- tag :
11- runs-on : ubuntu-latest
12- steps :
13- - uses : actions/checkout@master
14- - name : Bump version and push tag
15- id : tag_version
16- uses : mathieudutour/github-tag-action@v5.1
17- with :
18- github_token : ${{ secrets.GITHUB_TOKEN }}
19- tag_prefix : main
20- release_branches : main
21- - name : Create a GitHub release
22- uses : actions/create-release@v1
23- env :
24- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
25- with :
26- tag_name : ${{ steps.tag_version.outputs.new_tag }}
27- release_name : Release ${{ steps.tag_version.outputs.new_tag }}
28- body : ${{ steps.tag_version.outputs.changelog }}
2910 deploy :
3011 needs : tag
3112 environment : dev
Original file line number Diff line number Diff line change 77 workflow_dispatch :
88
99jobs :
10- tag :
11- runs-on : ubuntu-latest
12- steps :
13- - uses : actions/checkout@master
14- - name : Bump version and push tag
15- id : tag_version
16- uses : mathieudutour/github-tag-action@v5.1
17- with :
18- github_token : ${{ secrets.GITHUB_TOKEN }}
19- tag_prefix : main
20- release_branches : main
21- - name : Create a GitHub release
22- uses : actions/create-release@v1
23- env :
24- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
25- with :
26- tag_name : ${{ steps.tag_version.outputs.new_tag }}
27- release_name : Release ${{ steps.tag_version.outputs.new_tag }}
28- body : ${{ steps.tag_version.outputs.changelog }}
2910 deploy :
3011 needs : tag
3112 environment : main
Original file line number Diff line number Diff line change 77 workflow_dispatch :
88
99jobs :
10- tag :
11- runs-on : ubuntu-latest
12- steps :
13- - uses : actions/checkout@master
14- - name : Bump version and push tag
15- id : tag_version
16- uses : mathieudutour/github-tag-action@v5.1
17- with :
18- github_token : ${{ secrets.GITHUB_TOKEN }}
19- tag_prefix : main
20- release_branches : main
21- - name : Create a GitHub release
22- uses : actions/create-release@v1
23- env :
24- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
25- with :
26- tag_name : ${{ steps.tag_version.outputs.new_tag }}
27- release_name : Release ${{ steps.tag_version.outputs.new_tag }}
28- body : ${{ steps.tag_version.outputs.changelog }}
2910 deploy :
3011 needs : tag
3112 environment : stage
You can’t perform that action at this time.
0 commit comments