Skip to content

Commit

Permalink
Test with prefix on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
marhode committed Sep 18, 2024
1 parent d71dcf2 commit 851b7a1
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: "(?<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 851b7a1

Please sign in to comment.