From 87e3fb803514ec0b80d0ede47db30ece2ec3976b Mon Sep 17 00:00:00 2001 From: itschip Date: Mon, 18 Dec 2023 15:46:25 +0100 Subject: [PATCH] ci(release): remove tag ref update --- .github/workflows/tagged-releases.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/tagged-releases.yml b/.github/workflows/tagged-releases.yml index 21fb196cc..89054574f 100644 --- a/.github/workflows/tagged-releases.yml +++ b/.github/workflows/tagged-releases.yml @@ -44,7 +44,7 @@ jobs: author_email: 41898282+github-actions[bot]@users.noreply.github.com message: "chore: bump manifest version to ${{ steps.get_tag.outputs.release_tag }}" - - name: Checkout source cod + - name: Checkout source code uses: actions/checkout@v4 with: fetch-depth: 0 @@ -63,12 +63,6 @@ jobs: - name: Run build run: REACT_APP_VERSION=${{ steps.get_tag.outputs.VERSION_TAG }} pnpm build - - - - name: Update tag ref - uses: EndBug/latest-tag@latest - with: - tag-name: ${{ github.ref_name }} #- name: Create Sentry Release (NPWD) # run: |