Skip to content

Commit

Permalink
Test regex syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
marhode committed Sep 18, 2024
1 parent a3ef3b6 commit 2f32da3
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 2f32da3

Please sign in to comment.