Publish to npm fixes (#36)

* provide npm token in env

* add manual trigger to publish workflow

* bump version

* accept tag name and release id from manual trigger

* log release id

* put back missing steps

* fix permissions to update release notes
This commit is contained in:
Anastasiia Solop
2025-07-01 14:33:34 +02:00
committed by GitHub
parent f497f8e676
commit 7620ba60fa
3 changed files with 42 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "vibe-kanban",
"private": false,
"version": "0.0.29",
"version": "0.0.30",
"main": "index.js",
"bin": {
"vibe-kanban": "bin/cli.js"