Skip to content

Commit

Permalink
fix(build): removing tag update (was doing nothing)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Jul 15, 2024
1 parent 81c5057 commit e1e5a8f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,6 @@ jobs:
skip_checkout: false
disable_globbing: true
create_branch: false
- uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-tags: true
ref: ${{ contains(github.ref, '-beta') && 'develop' || 'main' }}
- id: get_version
run: echo "version=v$(jq -r '.version' package.json)" >> "$GITHUB_OUTPUT"
- uses: rickstaa/action-create-tag@v1
id: "tag_create"
with:
tag: ${{ steps.get_version.outputs.version }}
tag_exists_error: false
force_push_tag: true
no_verify_tag: true
message: "Tag version"
docs:
needs: release
uses: ./.github/workflows/docs.yaml
Expand Down

0 comments on commit e1e5a8f

Please sign in to comment.