Skip to content

Commit 9619749

Browse files
committed
fix action
1 parent a0b4341 commit 9619749

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/node.js.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
with:
5050
node-version: 20
5151
registry-url: https://registry.npmjs.org/
52+
- run: pwd
5253
- run: |
5354
sudo apt-get -y update
5455
sudo apt-get -y install build-essential software-properties-common gcc gdb make
@@ -58,7 +59,7 @@ jobs:
5859
make build
5960
sudo make install
6061
cd ..
61-
- run: rm -rfv croosdb
62+
- run: rm -rfv ./croosdb
6263
- run: npm ci
6364
- run: npm run build --if-present
6465
- 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.5",
3+
"version": "1.2.6",
44
"main": "index.js",
55
"author": "Efrem Ropelato",
66
"contributors":[

0 commit comments

Comments
 (0)