Skip to content

Conversation

antonym
Copy link
Member

@antonym antonym commented Jun 12, 2025

  • Add fetch-tags: true to ensure git tags are available during checkout
  • Improve tag existence checking with proper git rev-parse verification
  • Add pre-check to prevent attempting to create tags that already exist
  • Fix tag creation logic to handle existing tags gracefully

Resolves both the 'git rev-list' exit code 129 error and the 'Reference already exists' error in the release workflow.

- Add fetch-tags: true to ensure git tags are available during checkout - Improve tag existence checking with proper git rev-parse verification - Add pre-check to prevent attempting to create tags that already exist - Fix tag creation logic to handle existing tags gracefully Resolves both the 'git rev-list' exit code 129 error and the 'Reference already exists' error in the release workflow.
@antonym antonym merged commit 6a010e4 into master Jun 12, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant