File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
23
23
username : ${{ secrets.DOCKERIO_USERNAME }}
24
24
password : ${{ secrets.DOCKERIO_TOKEN }}
25
25
- name : Run GoReleaser
26
- uses : goreleaser/goreleaser-action@v4
26
+ uses : goreleaser/goreleaser-action@v6
27
27
with :
28
28
distribution : goreleaser
29
- version : latest
29
+ version : " ~> v2 "
30
30
args : release --clean
31
31
env :
32
32
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -170,7 +170,7 @@ jobs:
170
170
tag_suffix : " "
171
171
- build_func : build_gpu_11_6
172
172
tag_suffix : " -cuda-11.6.2-cudnn-8"
173
- needs : image_publish
173
+ needs : goreleaser
174
174
steps :
175
175
- uses : actions/checkout@v4
176
176
- name : Set up Docker Buildx
Original file line number Diff line number Diff line change 1
1
# This is an example .goreleaser.yml file with some sensible defaults.
2
2
# Make sure to check the documentation at https://goreleaser.com
3
+ version : 2
3
4
before :
4
5
hooks :
5
6
- go mod tidy
@@ -60,7 +61,7 @@ archives:
60
61
checksum :
61
62
name_template : ' checksums.txt'
62
63
snapshot :
63
- name_template : " {{ incpatch .Version }}-next"
64
+ version_template : " {{ incpatch .Version }}-next"
64
65
changelog :
65
66
use : github
66
67
sort : asc
You can’t perform that action at this time.
0 commit comments