Skip to content

Commit f454a51

Browse files
committed
fix: remove attestation
1 parent d620c70 commit f454a51

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,3 @@ jobs:
4747
args: release --clean
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50-
- name: Generate artifact attestation
51-
uses: actions/attest-build-provenance@v2
52-
with:
53-
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
54-
subject-digest: ${{ steps.push.outputs.digest }}
55-
push-to-registry: true
56-

0 commit comments

Comments
 (0)