File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 # create version
2121 - name : Bump version and push tag
2222 id : tag_version
23- uses : mathieudutour /github-tag-action@v6.0
23+ uses : loekd /github-tag-action@v6.1
2424 with :
2525 github_token : ${{ secrets.GITHUB_TOKEN }}
2626 dry_run : false
5151
5252 # create GH release
5353 - name : Create a GitHub release
54- uses : ncipollo /release-action@v1
54+ uses : loekd /release-action@v1
5555 with :
5656 tag : ${{ steps.tag_version.outputs.new_tag }}
5757 name : Release ${{ steps.tag_version.outputs.new_tag }}
Original file line number Diff line number Diff line change 2727 # create version
2828 - name : Bump version and push tag (what-if)
2929 id : tag_version
30- uses : mathieudutour /github-tag-action@v6.0
30+ uses : loekd /github-tag-action@v6.1
3131 with :
3232 github_token : ${{ secrets.GITHUB_TOKEN }}
3333 dry_run : true
5656
5757 # Publish test results
5858 - name : Publish Test Results
59- uses : EnricoMi /publish-unit-test-result-action/composite@v2
59+ uses : loekd /publish-unit-test-result-action/composite@v2
6060 if : always()
6161 with :
6262 trx_files : " **/*.trx"
You can’t perform that action at this time.
0 commit comments