Skip to content

Commit

Permalink
エラーを無視
Browse files Browse the repository at this point in the history
プルリク時に確実に失敗するため

actions/attest-build-provenance#99
  • Loading branch information
s1204IT committed Jun 8, 2024
1 parent 21feb98 commit 1746037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
- name: Attest
uses: actions/attest-build-provenance@v1
if: github.event.inputs.release != 'true'
continue-on-error: true
with:
subject-path: app/build/outputs/apk/debug/app-debug.apk

Expand Down

0 comments on commit 1746037

Please sign in to comment.