We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9181bcd commit 8c4eefeCopy full SHA for 8c4eefe
1 file changed
.github/workflows/release.yml
@@ -55,9 +55,8 @@ jobs:
55
run: |
56
git config user.name "github-actions[bot]"
57
git config user.email "github-actions[bot]@users.noreply.github.com"
58
- git add PandaBeFree.xcodeproj/project.pbxproj
59
- git commit -m "Bump build number [skip ci]"
60
- git push
+ git add PandaBeFree.xcodeproj/project.pbxproj PandaBeFree/Info.plist PandaBeFreeWidgets/Info.plist
+ git diff --cached --quiet && echo "No changes to commit" || (git commit -m "Bump build number [skip ci]" && git push)
61
62
- name: Build and upload to TestFlight
63
run: bundle exec fastlane release
0 commit comments