Skip to content

Commit

Permalink
feat: create preview action
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-h1 committed Dec 16, 2023
1 parent 7851640 commit 3d58ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Use your own, or keep the automatically infered branch name from `--auto`, when using different triggers.
command:
|
npx eas-cli build --platform all --non-interactive
eas build --platform all --non-interactive
eas update --auto --branch ${{ github.event.pull_request.head.ref }}

github-token: ${{ secrets.FOAM_GITHUB_TOKEN }}
Expand Down

0 comments on commit 3d58ffd

Please sign in to comment.