Skip to content

Commit

Permalink
ci: retry
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarkhanzadian committed Sep 22, 2024
1 parent ddc3e00 commit 1591dd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/eas-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ runs:
UNSAFE_BUILD_LINK=$(ret | tail -n 1)
if [[ $UNSAFE_BUILD_LINK == *"https://expo.dev/accounts/leather-wallet/projects/leather-wallet-mobile/builds/"* ]]; then
echo "FOUND LINK"
BUILD_LINK=$UNSAFE_BUILD_LINK
echo $BUILD_LINK
echo "BUILD_LINK=$UNSAFE_BUILD_LINK" >> $GITHUB_OUTPUT
else
echo "No build link!"
fi
Expand Down

0 comments on commit 1591dd6

Please sign in to comment.