Skip to content

Commit

Permalink
chore: attest
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhirn committed Sep 26, 2024
1 parent 0e7294d commit 38d687b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
run: echo foo > bar.txt

- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-path: bar.txt

- name: Upload Release Artifact
if: ${{ steps.release.outputs.release_created }}
env:
Expand Down

0 comments on commit 38d687b

Please sign in to comment.