Skip to content

Commit

Permalink
use in both places
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Apr 4, 2024
1 parent b6c2340 commit 85da90a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bundle-deploy-eas-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- hailey/add-testflight-build-option-android
workflow_dispatch:
inputs:
channel:
Expand Down Expand Up @@ -143,7 +144,7 @@ jobs:
needs: [bundleDeploy]
# Gotta check if its NOT '[]' because any md5 hash in the outputs is detected as a possible secret and won't be
# available here
if: ${{ inputs.channel != 'production' && needs.bundleDeploy.outputs.fingerprint-diff != '[]' }}
if: ${{ inputs.channel != 'production' && needs.bundleDeploy.outputs.fingerprint-is-different == 'true' }}
steps:
- name: Check for EXPO_TOKEN
run: >
Expand Down

0 comments on commit 85da90a

Please sign in to comment.