Fix incorrect conversion trim option typings, change release CI to "trusted publishing"

This commit is contained in:
Vanilagy
2025-12-04 16:40:41 +01:00
parent e5aeff89e3
commit 816bb020fb
5 changed files with 19 additions and 16 deletions
+1 -4
View File
@@ -5,6 +5,7 @@ on:
types: [published]
permissions:
id-token: write # Required for OIDC
contents: read
jobs:
@@ -59,10 +60,6 @@ jobs:
- name: Publish Mediabunny to npm
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish workspace packages to npm
run: npm publish --provenance --access public --workspaces
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}