mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Update release.yaml
This commit is contained in:
parent
3fce80d6fb
commit
b296a3d7e6
1 changed files with 15 additions and 0 deletions
15
.github/workflows/release.yaml
vendored
15
.github/workflows/release.yaml
vendored
|
|
@ -6,6 +6,11 @@ on:
|
|||
tags:
|
||||
- "[0-9]+.[0-9]+.[0-9]+"
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
attestations: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -57,6 +62,16 @@ jobs:
|
|||
npm install
|
||||
npm run fn-build --if-present
|
||||
|
||||
- name: Generate artifact attestation for main.js
|
||||
uses: actions/attest@v4
|
||||
with:
|
||||
subject-path: 'main.js'
|
||||
|
||||
- name: Generate artifact attestation for styles.css
|
||||
uses: actions/attest@v4
|
||||
with:
|
||||
subject-path: 'styles.css'
|
||||
|
||||
- name: Create Plugin release
|
||||
uses: ncipollo/release-action@v1.12.0
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue