File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
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
Original file line number Diff line number Diff line change 55// Created by samsam on 2/5/26.
66//
77
8- FEATHER_PROJECT_VERSION=2.8.1
8+ FEATHER_PROJECT_VERSION=2.8.2
99FEATHER_PRODUCT_BUNDLE_IDENTIFIER=thewonderofyou.Feather
1010FEATHER_DISAMBIGUATOR=${DEVELOPMENT_TEAM}
1111
You can’t perform that action at this time.
0 commit comments