We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc1d6e commit 274ae05Copy full SHA for 274ae05
.github/workflows/eas-build.yml
@@ -116,6 +116,7 @@ jobs:
116
# run: pnpm build:${{ inputs.environment }}:${{ matrix.platform }} --non-interactive --no-wait --message "Build ${{ inputs.environment }} for ${{ matrix.platform }}" --local
117
118
- name: 📦 Push changes to repository
119
+ continue-on-error: true
120
if: inputs.new-version
121
run: |
122
git push
0 commit comments