5353 uses : actions/setup-go@v3
5454 -
5555 name : Run GoReleaser
56- uses : goreleaser/goreleaser-action@v3
56+ uses : goreleaser/goreleaser-action@v4
5757 with :
5858 # either 'goreleaser' (default) or 'goreleaser-pro'
5959 distribution : goreleaser
@@ -83,7 +83,7 @@ Or with a condition on GoReleaser step:
8383` ` ` yaml
8484 -
8585 name : Run GoReleaser
86- uses : goreleaser/goreleaser-action@v3
86+ uses : goreleaser/goreleaser-action@v4
8787 if : startsWith(github.ref, 'refs/tags/')
8888 with :
8989 version : latest
@@ -109,7 +109,7 @@ the [Import GPG](https://github.com/crazy-max/ghaction-import-gpg) GitHub Action
109109 passphrase : ${{ secrets.PASSPHRASE }}
110110 -
111111 name : Run GoReleaser
112- uses : goreleaser/goreleaser-action@v3
112+ uses : goreleaser/goreleaser-action@v4
113113 with :
114114 version : latest
115115 args : release --rm-dist
@@ -134,7 +134,7 @@ purpose. You can do that with the [actions/upload-artifact](https://github.com/a
134134` ` ` yaml
135135 -
136136 name: Run GoReleaser
137- uses: goreleaser/goreleaser-action@v3
137+ uses: goreleaser/goreleaser-action@v4
138138 with:
139139 version: latest
140140 args: release --rm-dist
@@ -155,7 +155,7 @@ purpose. You can do that with the [actions/upload-artifact](https://github.com/a
155155steps:
156156 -
157157 name: Install GoReleaser
158- uses: goreleaser/goreleaser-action@v3
158+ uses: goreleaser/goreleaser-action@v4
159159 with:
160160 install-only: true
161161 -
@@ -209,7 +209,7 @@ secret named `GH_PAT`, the step will look like this:
209209` ` ` yaml
210210 -
211211 name: Run GoReleaser
212- uses: goreleaser/goreleaser-action@v3
212+ uses: goreleaser/goreleaser-action@v4
213213 with:
214214 version: latest
215215 args: release --rm-dist
0 commit comments