File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 91
91
runs-on : ubuntu-22.04
92
92
permissions :
93
93
contents : write
94
+ issues : write
94
95
if : github.event_name != 'pull_request'
95
96
steps :
96
97
- name : Checkout Repository
@@ -104,3 +105,18 @@ jobs:
104
105
major-label : " change"
105
106
publish : ${{ github.ref_type == 'tag' }}
106
107
collapse-after : 30
108
+
109
+ - name : Setup Golang Environment
110
+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
111
+ with :
112
+ go-version : stable
113
+ if : ${{ github.ref_type == 'tag' }}
114
+
115
+ - name : Run GoReleaser
116
+ uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
117
+ with :
118
+ version : latest
119
+ args : release --clean
120
+ env :
121
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
122
+ if : ${{ github.ref_type == 'tag' }}
Original file line number Diff line number Diff line change
1
+ version : 2
2
+ builds :
3
+ - skip : true
4
+
5
+ changelog :
6
+ disable : true
7
+
8
+ milestones :
9
+ - close : true
You can’t perform that action at this time.
0 commit comments