diff --git a/.github/workflows/tool-create-release.yml b/.github/workflows/tool-create-release.yml index c1640d07..ab6724bc 100644 --- a/.github/workflows/tool-create-release.yml +++ b/.github/workflows/tool-create-release.yml @@ -11,6 +11,7 @@ on: required: true permissions: {} + jobs: create_release: name: Create Release @@ -57,16 +58,3 @@ jobs: floating_tag="v${tag%%.*}" git tag $floating_tag git push origin $floating_tag - - tag-application-repository: - needs: create_release - name: Tag orphaned-record-continuity tag - permissions: - contents: write - id-token: write - uses: NHSDigital/orphaned-record-continuity/.github/workflows/tool-create-release.yml@main - with: - environment: dev - tag: ${{ inputs.tag }} - secrets: - IAM_ROLE: ${{ secrets.IAM_ROLE }}