File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 REGISTRY : " ${{ secrets.registry }}"
109109 with :
110110 distribution : goreleaser
111- version : ' ~> v2 '
111+ version : ' 2.11.2 '
112112 args : ${{ env.goreleaser_args }}
113113 workdir : distributions/${{ inputs.distribution }}
114114
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 REGISTRY : ${{ env.REGISTRY }}
120120 with :
121121 distribution : goreleaser
122- version : ' ~> v2 '
122+ version : ' 2.11.2 '
123123 args : --skip=announce,validate --clean --timeout 2h --config .goreleaser-nightly.yaml
124124 workdir : distributions/${{ matrix.distribution }}
125125 - name : Extract Docker Manifest SHA
Original file line number Diff line number Diff line change 2727 uses : goreleaser/goreleaser-action@v6
2828 with :
2929 distribution : goreleaser
30- version : ' ~> v2 '
30+ version : ' 2.11.2 '
3131 args : --clean --timeout 2h
3232 env :
3333 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -111,6 +111,6 @@ jobs:
111111 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
112112 with :
113113 distribution : goreleaser
114- version : ' ~> v2 '
114+ version : ' 2.11.2 '
115115 args : --clean --skip=announce --timeout 2h
116116 workdir : distributions/${{ matrix.distribution }}
You can’t perform that action at this time.
0 commit comments