File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -114,11 +114,11 @@ jobs:
114
114
- uses : anchore/sbom-action/download-syft@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0
115
115
116
116
- name : Run GoReleaser
117
- uses : goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1 .0
117
+ uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0 .0
118
118
with :
119
119
distribution : goreleaser
120
- version : latest
121
- args : release --clean --config .goreleaser.yaml --snapshot --skip-sign --skip- publish --skip- announce
120
+ version : ' ~> v2 '
121
+ args : release --clean --config .goreleaser.yaml --snapshot --skip sign, publish, announce
122
122
123
123
goreleaser :
124
124
runs-on : ubuntu-latest
@@ -161,10 +161,10 @@ jobs:
161
161
162
162
- name : Run GoReleaser
163
163
id : goreleaser
164
- uses : goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1 .0
164
+ uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0 .0
165
165
with :
166
166
distribution : goreleaser
167
- version : latest
167
+ version : ' ~> v2 '
168
168
args : release --clean --config .goreleaser.yaml
169
169
env :
170
170
GITHUB_TOKEN : ${{ secrets.GORELEASER_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change
1
+ version : 2
2
+
1
3
project_name : fga
2
4
3
5
before :
@@ -126,7 +128,7 @@ brews:
126
128
homepage : " https://openfga.dev/"
127
129
description : " A cross-platform CLI to interact with an OpenFGA server."
128
130
license : " Apache-2.0"
129
- folder : " Formula"
131
+ directory : " Formula"
130
132
url_template : " https://github.com/openfga/cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
131
133
download_strategy : CurlDownloadStrategy
132
134
@@ -152,7 +154,7 @@ brews:
152
154
homepage : " https://openfga.dev/"
153
155
description : " A cross-platform CLI to interact with an OpenFGA server."
154
156
license : " Apache-2.0"
155
- folder : " Formula"
157
+ directory : " Formula"
156
158
url_template : " https://github.com/openfga/cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
157
159
download_strategy : CurlDownloadStrategy
158
160
You can’t perform that action at this time.
0 commit comments