Skip to content

Commit

Permalink
ci(release): remove tag ref update
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip committed Dec 18, 2023
1 parent 1166cdd commit 87e3fb8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tagged-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit 87e3fb8

Please sign in to comment.