Skip to content

Commit 9f20177

Browse files
committed
test 13
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent 3a58a13 commit 9f20177

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050
- name: Install Aptly
5151
run: |
5252
brew help
53-
brew install aptly-1-5-0.rb
53+
brew install aptly.rb
5454
aptly version

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
APPLE_KEY_ID: ${{ secrets.APPLE_KEY_ID }}
5858
SIGNING_CERTIFICATE_BASE64: ${{ secrets.APPLICATION_ID_CERT }}
5959
AUTHKEY_BASE64: ${{ secrets.APPLE_API_KEY }}
60-
- name: Install Aptly
61-
run: brew install aptly-1-5-0.rb
60+
- name: Install Aptly version 1.5.0
61+
run: brew install aptly.rb
6262
- name: Install Snapcraft
6363
uses: samuelmeuli/action-snapcraft@v2
6464
- name: Run GoReleaser

aptly-1-5-0.rb renamed to aptly.rb

File renamed without changes.

0 commit comments

Comments
 (0)