This commit is contained in:
Paul 2026-05-15 15:40:31 +02:00
commit aae916aafa
2 changed files with 16 additions and 1 deletions

View file

@ -6,6 +6,11 @@ on:
tags: tags:
- "[0-9]+.[0-9]+.[0-9]+" - "[0-9]+.[0-9]+.[0-9]+"
permissions:
id-token: write
contents: read
attestations: write
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -57,6 +62,16 @@ jobs:
npm install npm install
npm run fn-build --if-present 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 - name: Create Plugin release
uses: ncipollo/release-action@v1.12.0 uses: ncipollo/release-action@v1.12.0
with: with:

View file

@ -1,7 +1,7 @@
{ {
"id": "folder-notes", "id": "folder-notes",
"name": "Folder notes beta", "name": "Folder notes beta",
"version": "1.8.17-5-beta", "version": "1.8.20-1-beta",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.", "description": "Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.",
"author": "Lost Paul", "author": "Lost Paul",