Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix wrong tag regex for tower #644

Merged
merged 3 commits into from
Feb 16, 2022
Merged

ci: fix wrong tag regex for tower #644

merged 3 commits into from
Feb 16, 2022

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Feb 16, 2022

In #643, I accidentally included a v before the version number in the
regex for matching release tags for the tower crate.

All previous release tags on this repo don't use a v, so adding it
was a mistake. This branch removes it.

In #643, I accidentally included a `v` before the version number in the
regex for matching release tags for the `tower` crate, but not for
`tower-whatever` crates. All previous release tags on this repo don't
use a `v`, so adding it was a mistake. This branch removes it.
@hawkw hawkw enabled auto-merge (squash) February 16, 2022 22:02
@hawkw hawkw merged commit 5e280fe into master Feb 16, 2022
@hawkw hawkw deleted the eliza/fix-tag-regex branch February 16, 2022 22:07
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.

3 participants