File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137
137
if : startsWith(github.ref, 'refs/tags/')
138
138
139
139
- name : Build binary
140
- uses : goreleaser/goreleaser-action@3fa32b8bb5620a2c1afe798654bbad59f9da4906 # v4.4 .0
140
+ uses : goreleaser/goreleaser-action@5fdedb94abba051217030cc86d4523cf3f02243d # v4.6 .0
141
141
with :
142
142
version : latest
143
143
args : ${{ startsWith(github.ref, 'refs/tags/') && 'release' || 'build --snapshot' }} --clean
Original file line number Diff line number Diff line change 81
81
working-directory : ./conformance
82
82
83
83
- name : Build binary
84
- uses : goreleaser/goreleaser-action@3fa32b8bb5620a2c1afe798654bbad59f9da4906 # v4.4 .0
84
+ uses : goreleaser/goreleaser-action@5fdedb94abba051217030cc86d4523cf3f02243d # v4.6 .0
85
85
with :
86
86
version : latest
87
87
args : build --snapshot --clean
You can’t perform that action at this time.
0 commit comments