diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22f7fb5..163f9d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: SONAR_TOKEN: '${{ secrets.SONAR_TOKEN }}' tag_release: needs: [quality_checks, get_asdf_version] - uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@dac60c1e29babc62013e7bb9ade002cb381c4c49 + uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@3166a790ef94af847ffcafc6b9fbadbf4c56f6d0 with: dry_run: true asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc8d1f8..4b1099b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: SONAR_TOKEN: '${{ secrets.SONAR_TOKEN }}' tag_release: needs: [quality_checks, get_asdf_version] - uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@dac60c1e29babc62013e7bb9ade002cb381c4c49 + uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@3166a790ef94af847ffcafc6b9fbadbf4c56f6d0 with: dry_run: false asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}