File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - id : compute_tag
12- uses : craig-day/compute-tag@v10
12+ uses : craig-day/compute-tag@v18
1313 with :
1414 github_token : ${{ github.token }}
15- version_scheme : continuous
16- version_type : major
15+ version_scheme : semantic
16+ version_type : patch
1717
1818 - name : create release
19- uses : actions/create- release@v1
19+ uses : ncipollo/ release-action @v1
2020 with :
21- tag_name : ${{ steps.compute_tag.outputs.next_tag }}
22- release_name : ${{ steps.compute_tag.outputs.next_tag }}
21+ tag : ${{ steps.compute_tag.outputs.next_tag }}
2322 body : >
2423 Automatic release of ${{ steps.compute_tag.outputs.next_tag }}
25- env :
26- GITHUB_TOKEN : ${{ github.token }}
24+ token : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments