File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 5353 type=semver,pattern={{major}}.{{minor}}
5454 type=semver,pattern={{major}}
5555 - name : Build and publish image
56- uses : docker/build-push-action@v5
56+ uses : docker/build-push-action@v6
5757 with :
5858 context : .
5959 file : ./docker/Dockerfile
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ jobs:
4141 echo "ui_file=$(pwd)/.tmp/ui.tar.gz" >> $GITHUB_OUTPUT
4242
4343 - name : Build client
44- uses : goreleaser/goreleaser-action@v5
44+ uses : goreleaser/goreleaser-action@v6
4545 with :
4646 # version of goreleaser which will be used
47- version : latest
47+ version : " ~> v2 "
4848 args : release --clean --skip=validate --skip=publish
4949 env :
5050 UI_SEPARATOR : " --------UI--------"
Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ jobs:
6464 fi
6565
6666 - name : Run GoReleaser
67- uses : goreleaser/goreleaser-action@v5
67+ uses : goreleaser/goreleaser-action@v6
6868 with :
6969 # either 'goreleaser' (default) or 'goreleaser-pro'
7070 distribution : goreleaser
71- version : " ~> v1 "
71+ version : " ~> v2 "
7272 args : ${{ steps.args.outputs.args }}
7373 env :
7474 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1- # This is an example . goreleaser.yml file with some sensible defaults.
2- # Make sure to check the documentation at https://goreleaser.com
1+ # Documentation at https:// goreleaser.com
2+ version : 2
33before :
44 hooks :
5- - bash -c "test -f {{.Env.UI_FILE}} || make build-web UI_FILE={{.Env.UI_FILE}}"
5+ - bash -c "test -f {{.Env.UI_FILE}} || make build-web UI_FILE={{.Env.UI_FILE}}"
66dist : .tmp/dist
77builds :
88 - binary : client-application
@@ -41,12 +41,12 @@ archives:
4141 - goos : windows
4242 format : zip
4343checksum :
44- name_template : ' checksums.txt'
44+ name_template : " checksums.txt"
4545snapshot :
4646 name_template : " {{ incpatch .Version }}-next"
4747changelog :
4848 sort : asc
4949 filters :
5050 exclude :
51- - ' ^docs:'
52- - ' ^test:'
51+ - " ^docs:"
52+ - " ^test:"
You can’t perform that action at this time.
0 commit comments