Skip to content

Commit

Permalink
ci: allow re-run with same version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Jan 25, 2024
1 parent 8a39562 commit 2ca368c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ jobs:
path: ./build/ios/ipa/myWitWallet.ipa

Release:
needs: [Windows, Linux, MacOs, Android, IOS]
needs: [Linux, MacOs, Android, IOS]
runs-on: ubuntu-latest
permissions:
contents: write
Expand All @@ -407,7 +407,6 @@ jobs:
- name: Organize Releases
run: |
cd release
mv windows/* .
mv linux/* .
mv macos/* .
mv android/* .
Expand Down
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ platform :ios do

# ! Echo bigger number + 1
biggerBN = latestTestFlightBN > latestAppStoreBN ? latestTestFlightBN : latestAppStoreBN
UI.message "Please use VersionCode: #{biggerBN+1}"
UI.message "Please use VersionCode: #{biggerBN+3}"
end

############ ? Prepare CI Lane ############
Expand Down

0 comments on commit 2ca368c

Please sign in to comment.