Skip to content

Commit

Permalink
Update version-tagging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ianelsbree committed Jan 6, 2024
1 parent 0084e36 commit fdd7aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
with:
strategy: regex
root: ./Cargo.toml
regex_pattern: ^version = \x22([0-9\.]{3,}([-\+][\w\.0-9]+)?)\x22$
regex_pattern: "^version = \\x22([0-9\\.]{3,}([-\\+][\\w\\.0-9]+)?)\\x22$"
tag_prefix: "v"

0 comments on commit fdd7aa0

Please sign in to comment.