Skip to content

Commit

Permalink
Fixed reg ex syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
marhode committed Sep 18, 2024
1 parent 851b7a1 commit f674d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/moodletools-build-and-push-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: olegtarasov/[email protected]
id: tag
with:
tagRegex: "((?<prefix>-.*)<tag>[0-9]+.[0-9]+.[0-9]+)(?<suffix>-.*)"
tagRegex: "(?<prefix>-.*)(<tag>[0-9]+.[0-9]+.[0-9]+)(?<suffix>-.*)"
build_and_push:
permissions:
packages: write
Expand Down

0 comments on commit f674d53

Please sign in to comment.