We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab54d09 commit 9dfc1f3Copy full SHA for 9dfc1f3
.github/workflows/release.yaml
@@ -61,11 +61,8 @@ jobs:
61
APPLE_KEY_ID: ${{ secrets.APPLE_KEY_ID }}
62
SIGNING_CERTIFICATE_BASE64: ${{ secrets.APPLICATION_ID_CERT }}
63
AUTHKEY_BASE64: ${{ secrets.APPLE_API_KEY }}
64
- # aptly version 1.6.0 results in an segmentation fault. Therefore we fall back to version 1.5.0.
65
- # Since it is not possible to specify a version via brew command a formula was added for aptly 1.5.0
66
- # (source: https://github.com/Homebrew/homebrew-core/pull/202415/files)
67
- - name: Install Aptly version 1.5.0
68
- run: brew install aptly.rb
+ - name: Install Aptly
+ run: brew install aptly
69
- name: Install Snapcraft
70
uses: samuelmeuli/action-snapcraft@v3
71
- name: Run GoReleaser
aptly.rb
0 commit comments