Skip to content

Commit 1a9b2bb

Browse files
committed
bump to v2.8.2
1 parent fe70a2c commit 1a9b2bb

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/update_repo.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,17 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v3
13+
with:
14+
fetch-depth: 0
15+
ref: main
1316

1417
- name: Dependencies
15-
run: |
16-
brew install jq
18+
run: brew install jq
1719

1820
- name: Update app-repo.json
1921
run: |
2022
TAG="${{ github.event.release.tag_name }}"
2123
DATE="${{ github.event.release.published_at }}"
22-
2324
VERSION="${TAG#v}"
2425
2526
DOWNLOAD_URL="https://github.com/${{ github.repository }}/releases/download/${TAG}/Feather.ipa"
@@ -44,11 +45,9 @@ jobs:
4445
git config user.name "github-actions[bot]"
4546
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
4647
47-
git checkout main
48-
4948
git add app-repo.json
5049
51-
git diff --cached --quiet && echo "No changes to commit" && exit 0
50+
git diff --cached --quiet && echo "No changes" && exit 0
5251
5352
git commit -m "chore: update repo for ${{ github.event.release.tag_name }}"
5453

Feather.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by samsam on 2/5/26.
66
//
77

8-
FEATHER_PROJECT_VERSION=2.8.1
8+
FEATHER_PROJECT_VERSION=2.8.2
99
FEATHER_PRODUCT_BUNDLE_IDENTIFIER=thewonderofyou.Feather
1010
FEATHER_DISAMBIGUATOR=${DEVELOPMENT_TEAM}
1111

0 commit comments

Comments
 (0)