File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 3030
3131 tag_release :
3232 needs : [quality_checks, get_asdf_version]
33- uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@c7236062894a69673a36dd4730f86ecb32732855
33+ uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@f80157cecce288dd175e61b477a1d2dbe9c88b99
3434 with :
3535 dry_run : true
3636 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
Original file line number Diff line number Diff line change 1111 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
1212
1313 pr_title_format_check :
14- uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@c7236062894a69673a36dd4730f86ecb32732855
14+ uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@f80157cecce288dd175e61b477a1d2dbe9c88b99
1515
1616 get_asdf_version :
1717 runs-on : ubuntu-22.04
3333
3434 tag_release :
3535 needs : [get_asdf_version]
36- uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@c7236062894a69673a36dd4730f86ecb32732855
36+ uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@f80157cecce288dd175e61b477a1d2dbe9c88b99
3737 with :
3838 dry_run : true
3939 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
Original file line number Diff line number Diff line change @@ -30,12 +30,10 @@ jobs:
3030 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
3131 tag_release :
3232 needs : [quality_checks, get_asdf_version]
33- uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@c7236062894a69673a36dd4730f86ecb32732855
33+ uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@f80157cecce288dd175e61b477a1d2dbe9c88b99
3434 with :
3535 dry_run : false
3636 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
3737 branch_name : main
3838 publish_package : true
3939 tag_format : ${{ needs.get_asdf_version.outputs.tag_format }}
40- secrets :
41- INTERNAL_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments