Skip to content

Commit f76ffbd

Browse files
authored
adjust tag pattern to match all tags that end with /vX.X.X (#1247)
1 parent bb6f988 commit f76ffbd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release-go-module.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ name: Release Go module
66
on:
77
push:
88
tags:
9-
- '*/v*.*.*' # Trigger only on tags with the format $package/vX.X.X
10-
- '*/*/v*.*.*' # Trigger only on tags with the format $package/$subpackage/vX.X.X
9+
- '**/v*.*.*' # Trigger on all tags ending with /vX.X.X
1110

1211
permissions:
1312
contents: write
-4.52 MB
Binary file not shown.

0 commit comments

Comments
 (0)