Skip to content

Commit

Permalink
fix pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSebastian committed Apr 7, 2024
1 parent 245a5e6 commit 27a2e19
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>.*)"
tagRegex: (?<service>.*)\/v(?<version>.*)" #example: backend/v1.2.3
- name: show-service
run: |
echo ${{ steps.tagName.outputs.service }}
Expand Down

0 comments on commit 27a2e19

Please sign in to comment.