Enable trusted publisher

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-12-02 14:35:38 +01:00
parent 04f3f3798a
commit 6ba68ee830
2 changed files with 1 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
"dev": "n8n-node dev",
"lint": "n8n-node lint",
"lint:fix": "n8n-node lint --fix",
"release": "n8n-node release",
"release": "npm run build && npm run lint && npm publish --access public",
"prepublishOnly": "npm run build && npm run lint"
},
"author": {