Skip to content

Commit 274ae05

Browse files
committed
feat: add continue-on-error flag to git push step in EAS build workflow
1 parent 8cc1d6e commit 274ae05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/eas-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
# run: pnpm build:${{ inputs.environment }}:${{ matrix.platform }} --non-interactive --no-wait --message "Build ${{ inputs.environment }} for ${{ matrix.platform }}" --local
117117

118118
- name: 📦 Push changes to repository
119+
continue-on-error: true
119120
if: inputs.new-version
120121
run: |
121122
git push

0 commit comments

Comments
 (0)