Skip to content

Commit

Permalink
Don't create tag in bump-version
Browse files Browse the repository at this point in the history
The create release action will try to create tag and fail otherwise
  • Loading branch information
ll-nick committed Nov 7, 2024
1 parent 55a95d1 commit 785f237
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/bump-version-and-create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ jobs:
git commit -m "chore: update version file to ${{ steps.bump_version.outputs.new_tag }}"
git push
- name: Push new tag
run: |
git tag ${{ steps.bump_version.outputs.new_tag }}
git push origin ${{ steps.bump_version.outputs.new_tag }}
create-release:
needs: bump-version
runs-on: ubuntu-latest
Expand Down

0 comments on commit 785f237

Please sign in to comment.