We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6f988 commit f76ffbdCopy full SHA for f76ffbd
.github/workflows/release-go-module.yml
@@ -6,8 +6,7 @@ name: Release Go module
6
on:
7
push:
8
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
+ - '**/v*.*.*' # Trigger on all tags ending with /vX.X.X
11
12
permissions:
13
contents: write
tools/ecrimagefetcher/ecrimagefetcher
-4.52 MB
0 commit comments