Skip to content

Comments

Fix release workflow: trigger on bare version tags (no v prefix)#388

Merged
Aaronontheweb merged 1 commit intopetabridge:devfrom
Aaronontheweb:fix/release-tag-pattern
Feb 24, 2026
Merged

Fix release workflow: trigger on bare version tags (no v prefix)#388
Aaronontheweb merged 1 commit intopetabridge:devfrom
Aaronontheweb:fix/release-tag-pattern

Conversation

@Aaronontheweb
Copy link
Member

Summary

  • Change tag trigger pattern from v* to [0-9]* to match bare version tags like 1.0.0-beta1
  • Remove the #v strip from the version extraction step since there is no prefix to strip

Tags in this repo use the format 1.0.0-beta1, not v1.0.0-beta1.
Update the trigger pattern and version extraction accordingly.
@Aaronontheweb Aaronontheweb enabled auto-merge (squash) February 24, 2026 00:24
@Aaronontheweb Aaronontheweb merged commit 78345b3 into petabridge:dev Feb 24, 2026
3 checks passed
@Aaronontheweb Aaronontheweb deleted the fix/release-tag-pattern branch February 24, 2026 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant