Skip to content

Commit

Permalink
fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSebastian committed Apr 7, 2024
1 parent 8e31533 commit ce76cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-from-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: olegtarasov/[email protected]
id: tagName
with:
tagRegex: (?<service>.*)\/v(?<version>.*)" #example: backend/v1.2.3
tagRegex: (?<service>.*)\/v(?<version>.*) #example: backend/v1.2.3
tagRegexGroup: 0
- name: show-service
env:
Expand Down

0 comments on commit ce76cef

Please sign in to comment.