We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fa6e44 + b1565db commit 1bb3dd5Copy full SHA for 1bb3dd5
.github/workflows/release.yml
@@ -4,7 +4,11 @@ on:
4
# goreleaser is put into snapshot mode when not on a tag
5
pull_request:
6
merge_group:
7
- # Run when a tag is created, i.e. after the tag-release workflow.
+ # Run when a tag is pushed.
8
+ push:
9
+ tags:
10
+ - v*
11
+ # Run when a ref is created, i.e. after the tag-release workflow.
12
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#create
13
create:
14
0 commit comments