Skip to content

ci(release): use v*.*.* tag glob so GitHub accepts the workflow - #13

Merged
zh30 merged 1 commit into
mainfrom
fix/release-tag-glob
Sep 7, 2026
Merged

zh30 merged 1 commit into
mainfrom
fix/release-tag-glob

Conversation

@zh30

@zh30 zh30 commented Sep 7, 2026

Copy link
Copy Markdown
Owner

Summary

Pushing v3.2.1 did not start any jobs in release-on-tag (check name was the file path, 0 jobs). GitHub tag filters are globs, not regex; switch to the documented v*.*.* pattern so the next tag can create the GitHub Release automatically.

v3.2.1 itself is already tagged and published: https://github.com/zh30/native-translate/releases/tag/v3.2.1

GitHub filter patterns are globs, and the v[0-9]+... form caused
release-on-tag to fail with zero jobs when v3.2.1 was pushed. The
documented semver pattern is v*.*.*.
@changeset-bot

changeset-bot Bot commented Sep 7, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: dac09eb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@zh30
zh30 merged commit 1abace6 into main Sep 7, 2026
@zh30
zh30 deleted the fix/release-tag-glob branch September 7, 2026 03:09
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