diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5518d79d..fffd31fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,12 +46,11 @@ jobs: tag_release: needs: [quality_checks, get_commit_id, get_asdf_version] - uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@e5c6c80d4acb09603dab4a0c8c69889d6e117f8e + uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@a2edde3fb0e9816a25a5ba4923b4d509db83f552 with: dry_run: true asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }} branch_name: main - publish_package: false tag_format: ${{ needs.get_asdf_version.outputs.tag_format }} secrets: inherit diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index fcc34ebd..c86d9ede 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -71,12 +71,11 @@ jobs: tag_release: needs: [get_asdf_version] - uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@e5c6c80d4acb09603dab4a0c8c69889d6e117f8e + uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@a2edde3fb0e9816a25a5ba4923b4d509db83f552 with: dry_run: true asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }} branch_name: ${{ github.event.pull_request.head.ref }} - publish_package: false tag_format: ${{ needs.get_asdf_version.outputs.tag_format }} secrets: inherit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b90694a..591d1f82 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,12 +45,11 @@ jobs: tag_release: needs: [quality_checks, get_commit_id, get_asdf_version] - uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@e5c6c80d4acb09603dab4a0c8c69889d6e117f8e + uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@a2edde3fb0e9816a25a5ba4923b4d509db83f552 with: dry_run: false asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }} branch_name: main - publish_package: false tag_format: ${{ needs.get_asdf_version.outputs.tag_format }} secrets: inherit