Skip to content

Commit

Permalink
fix: Revert "chore: allow to re-trigger release"
Browse files Browse the repository at this point in the history
This reverts commit cede0d8.
  • Loading branch information
n0izn0iz committed Jan 28, 2022
1 parent 6b1773a commit 59a6e50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
# run: echo "$ANDROID_KEYSTORE" | openssl base64 -A -d > gomobile-ipfs.pfx

- name: Setup iOS provisioning profile
if: steps.semantic.outputs.new_release_published == 'true'
env:
IOS_PROFILE: ${{ secrets.IOS_PROFILE }}
IOS_PROFILE_UUID: ${{ secrets.IOS_PROFILE_UUID }}
Expand All @@ -130,6 +131,7 @@ jobs:
> "$IOS_PROFILE_UUID.mobileprovision"
- name: Setup macOS keychain
if: steps.semantic.outputs.new_release_published == 'true'
working-directory: /tmp
env:
IOS_KEYSTORE: ${{ secrets.IOS_KEYSTORE }}
Expand All @@ -152,6 +154,7 @@ jobs:
-s -k "$KEYCHAIN_PASS" build.keychain
- name: Build iOS artifacts
if: steps.semantic.outputs.new_release_published == 'true'
working-directory: packages
env:
GOMOBILE_IPFS_VERSION: ${{ steps.semantic.outputs.new_release_version }}
Expand All @@ -168,6 +171,7 @@ jobs:
packages/build/ios/cocoapods/bridge/${{ steps.semantic.outputs.new_release_version }}/Gomobile-IPFS-Bridge.podspec
- name: Publish iOS packages
if: steps.semantic.outputs.new_release_published == 'true'
working-directory: packages
env:
#ANDROID_KEYPASS: ${{ secrets.ANDROID_KEYPASS }}
Expand Down

0 comments on commit 59a6e50

Please sign in to comment.