We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ee0fb commit 7687d7cCopy full SHA for 7687d7c
.github/workflows/goreleaser.yml
@@ -1,8 +1,9 @@
1
name: goreleaser
2
3
on:
4
- pull_request:
5
push:
+ tags:
6
+ - '*'
7
8
jobs:
9
goreleaser:
0 commit comments