We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc0c21 commit e286fa3Copy full SHA for e286fa3
.github/workflows/release.yml
@@ -4,6 +4,8 @@ name: goreleaser
4
on:
5
pull_request:
6
push:
7
+ tags:
8
+ - '*' # release every tag
9
branches:
10
- main
11
0 commit comments