Skip to content

Commit 9dfc1f3

Browse files
authored
fix: update aptly in release pipeline (#953)
* workaround for aptly isn't needed anymore - segmentation fault was fixed in 1.6.1
1 parent ab54d09 commit 9dfc1f3

File tree

2 files changed

+2
-45
lines changed

2 files changed

+2
-45
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,8 @@ jobs:
6161
APPLE_KEY_ID: ${{ secrets.APPLE_KEY_ID }}
6262
SIGNING_CERTIFICATE_BASE64: ${{ secrets.APPLICATION_ID_CERT }}
6363
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
64+
- name: Install Aptly
65+
run: brew install aptly
6966
- name: Install Snapcraft
7067
uses: samuelmeuli/action-snapcraft@v3
7168
- name: Run GoReleaser

aptly.rb

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)