Skip to content

Commit a0b4341

Browse files
committed
fix action
1 parent 15c6421 commit a0b4341

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
make build
5959
sudo make install
6060
cd ..
61-
rm -rfv croosdb
61+
- run: rm -rfv croosdb
6262
- run: npm ci
6363
- run: npm run build --if-present
6464
- run: npm publish --access public

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@croosdb/crossdb-nodejs",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"main": "index.js",
55
"author": "Efrem Ropelato",
66
"contributors":[

0 commit comments

Comments
 (0)