Skip to content

Commit 285ef5c

Browse files
committed
update gon
1 parent 412da29 commit 285ef5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
174174
- name: Install gon for code signing and app notarization
175175
run: |
176-
wget -q https://github.com/mitchellh/gon/releases/download/v0.2.3/gon_macos.zip
176+
wget -q https://github.com/mitchellh/gon/releases/download/v0.2.5/gon_macos.zip
177177
unzip gon_macos.zip -d /usr/local/bin
178178
179179
- name: Write gon config to file
@@ -382,7 +382,7 @@ jobs:
382382
383383
- name: Install gon for code signing and app notarization
384384
run: |
385-
wget -q https://github.com/mitchellh/gon/releases/download/v0.2.3/gon_macos.zip
385+
wget -q https://github.com/mitchellh/gon/releases/download/v0.2.5/gon_macos.zip
386386
unzip gon_macos.zip -d /usr/local/bin
387387
388388
- name: Write gon config to file

0 commit comments

Comments
 (0)