mirror of
https://github.com/aaronsb/obsidian-mcp-plugin.git
synced 2026-07-22 06:45:14 +00:00
Merge pull request #170 from aaronsb/fix/attest-all-assets
fix(ci): attest all installable assets (styles.css/manifest.json), not just main.js
This commit is contained in:
commit
00d17a6a06
1 changed files with 6 additions and 0 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -64,8 +64,14 @@ jobs:
|
|||
if: steps.check_tag.outputs.exists == 'false'
|
||||
uses: actions/attest-build-provenance@v2
|
||||
with:
|
||||
# Attest every asset Obsidian installs (main.js, manifest.json,
|
||||
# styles.css) plus the .mcpb bundles. The portal flags any
|
||||
# installable asset lacking attestation — #164 originally missed
|
||||
# styles.css/manifest.json.
|
||||
subject-path: |
|
||||
main.js
|
||||
manifest.json
|
||||
styles.css
|
||||
obsidian-mcp-${{ steps.version.outputs.version }}.mcpb
|
||||
obsidian-mcp.mcpb
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue