Skip to content

Refine release workflow to match only version tags#7

Merged
kelkalot merged 1 commit into
mainfrom
fix/release-trigger
Jul 9, 2026
Merged

Refine release workflow to match only version tags#7
kelkalot merged 1 commit into
mainfrom
fix/release-trigger

Conversation

@kelkalot

@kelkalot kelkalot commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Changed the tag filter from v* to v[0-9]+.[0-9]+.[0-9]+ to match only semantic version tags. This prevents the rolling v0 Action tag from accidentally re-triggering duplicate publishes when moved to a release commit.

Also added --check-url flag to the publish command, making re-runs and manual dispatches gracefully skip already-published files instead of failing, improving workflow robustness.

Changed the tag filter from `v*` to `v[0-9]+.[0-9]+.[0-9]+` to match only semantic version tags. This prevents the rolling `v0` Action tag from accidentally re-triggering duplicate publishes when moved to a release commit.

Also added `--check-url` flag to the publish command, making re-runs and manual dispatches gracefully skip already-published files instead of failing, improving workflow robustness.
@kelkalot
kelkalot merged commit c25520c into main Jul 9, 2026
2 checks passed
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