Fix version bump workflow (#95)

* tmp fix: set new version to 0.0.38

* get latest npm version and bump it instead of relying on package.json which can be out of sync

* improve cargo-edit cache

* add timestamp to tags

* chore: bump version to 0.0.40-nbump.0

* chore: bump version to 0.0.40-nbump.1

* fix tag name

* chore: bump version to 0.0.40-nbump.2

* fix double v in tag name

* chore: bump version to 0.0.40-nbump.3

---------

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
Anastasiia Solop
2025-07-08 15:58:59 +02:00
committed by GitHub
parent 031d157564
commit e973eef2b3
4 changed files with 33 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "vibe-kanban",
"private": false,
"version": "0.0.39",
"version": "0.0.40-nbump.3",
"main": "index.js",
"bin": {
"vibe-kanban": "bin/cli.js"