Fix bump version

This commit is contained in:
Andras Schmelczer 2025-03-16 20:15:45 +00:00
parent 0688033ff3
commit 75583dedbe
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -42,7 +42,7 @@ cp frontend/obsidian-plugin/manifest.json manifest.json # for BRAT, otherwise i
# Commit and tag # Commit and tag
git add . git add .
TAG=$(node -p "require('./plugin/package.json').version") TAG=$(node -p "require('./frontend/obsidian-plugin/package.json').version")
git commit -m "Bump versions to $TAG" git commit -m "Bump versions to $TAG"
git push git push