We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412da29 commit 285ef5cCopy full SHA for 285ef5c
.github/workflows/release.yml
@@ -173,7 +173,7 @@ jobs:
173
174
- name: Install gon for code signing and app notarization
175
run: |
176
- wget -q https://github.com/mitchellh/gon/releases/download/v0.2.3/gon_macos.zip
+ wget -q https://github.com/mitchellh/gon/releases/download/v0.2.5/gon_macos.zip
177
unzip gon_macos.zip -d /usr/local/bin
178
179
- name: Write gon config to file
@@ -382,7 +382,7 @@ jobs:
382
383
384
385
386
387
388
0 commit comments