Skip to content

Commit df0c555

Browse files
committed
fix action
1 parent 9619749 commit df0c555

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,16 @@ jobs:
4949
with:
5050
node-version: 20
5151
registry-url: https://registry.npmjs.org/
52-
- run: pwd
5352
- run: |
5453
sudo apt-get -y update
5554
sudo apt-get -y install build-essential software-properties-common gcc gdb make
5655
- run: |
56+
cd ..
5757
git clone https://github.com/crossdb-org/crossdb.git
5858
cd crossdb
5959
make build
6060
sudo make install
61-
cd ..
62-
- run: rm -rfv ./croosdb
61+
cd crossdb-nodejs
6362
- run: npm ci
6463
- run: npm run build --if-present
6564
- run: npm publish --access public

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@croosdb/crossdb-nodejs",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"main": "index.js",
55
"author": "Efrem Ropelato",
66
"contributors":[

0 commit comments

Comments
 (0)