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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vibe-kanban",
|
||||
"version": "0.0.29",
|
||||
"version": "0.0.30",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "concurrently \"cargo watch -w backend -x 'run --manifest-path backend/Cargo.toml'\" \"npm run frontend:dev\"",
|
||||
|
||||
Reference in New Issue
Block a user