Skip to content

Commit bb6f988

Browse files
authored
run go module release also for subpackages (#1245)
1 parent 5702d8b commit bb6f988

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
tags:
99
- '*/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
1011

1112
permissions:
1213
contents: write
4.52 MB
Binary file not shown.

0 commit comments

Comments
 (0)