Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
tag_release:
name: Tag Release (Dry Run)
needs: [get_config_values, get_pypi_token]
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@ba4bcd7fa2367cc44c9078adb96a654236d3691a
with:
pinned_image: ${{ needs.get_config_values.outputs.pinned_image }}
branch_name: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

get_next_version:
name: Get Next Version Number for Poetry
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@ba4bcd7fa2367cc44c9078adb96a654236d3691a
needs: [get_config_values, quality_checks]
permissions:
id-token: write
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:

tag_release:
name: Tag Release
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@ba4bcd7fa2367cc44c9078adb96a654236d3691a
needs: [build, get_config_values, get_pypi_token]
with:
pinned_image: ${{ needs.get_config_values.outputs.pinned_image }}
Expand Down