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 b234e3f commit 7875f16Copy full SHA for 7875f16
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release releaser
3
on:
4
push:
5
tags:
6
- - "*" # Trigger on all tags
+ - "v[0-9]+.[0-9]+.[0-9]+*"
7
8
env:
9
GO_VERSION: "1.25.1"
0 commit comments