Update release.yml to generate artifact attestations

This commit is contained in:
utleysam 2026-06-04 22:56:26 -06:00 committed by GitHub
parent c4582e075b
commit e5b45f3217
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,8 @@ on:
permissions:
contents: write
id-token: write
attestations: write
jobs:
build:
@ -25,6 +27,13 @@ jobs:
- name: Build plugin
run: npm run build
- name: Generate artifact attestations
uses: actions/attest-build-provenance@v1
with:
subject-path: |
main.js
styles.css
- name: Create Release
uses: softprops/action-gh-release@v2
with: