Skip to content

Commit b2ebb0a

Browse files
committed
エラーを無視
プルリク時に確実に失敗するため actions/attest-build-provenance#99
1 parent b7ad79e commit b2ebb0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
- name: Attest
9191
uses: actions/attest-build-provenance@v1
9292
if: github.event.inputs.release != 'true'
93+
continue-on-error: true
9394
with:
9495
subject-path: app/build/outputs/apk/debug/app-debug.apk
9596

0 commit comments

Comments
 (0)