Skip to content

Commit 15c6421

Browse files
committed
fix action
1 parent c6e3c75 commit 15c6421

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/workflows/node.js.yml

+8-7
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
2929
- run: |
30-
sudo apt-get -y update
30+
sudo apt-get -y update
3131
sudo apt-get -y install build-essential software-properties-common gcc gdb make
32-
- run: |
32+
- run: |
3333
git clone https://github.com/crossdb-org/crossdb.git
3434
cd crossdb
3535
make build
3636
sudo make install
37-
cd ..
37+
cd ..
3838
rm -rfv crossdb
3939
- run: npm ci
4040
- run: npm run build --if-present
@@ -50,17 +50,18 @@ jobs:
5050
node-version: 20
5151
registry-url: https://registry.npmjs.org/
5252
- run: |
53-
sudo apt-get -y update
53+
sudo apt-get -y update
5454
sudo apt-get -y install build-essential software-properties-common gcc gdb make
55-
- run: |
55+
- run: |
5656
git clone https://github.com/crossdb-org/crossdb.git
5757
cd crossdb
5858
make build
5959
sudo make install
60-
cd ..
60+
cd ..
61+
rm -rfv croosdb
6162
- run: npm ci
6263
- run: npm run build --if-present
6364
- run: npm publish --access public
6465
env:
6566
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
66-
67+

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.3",
3+
"version": "1.2.4",
44
"main": "index.js",
55
"author": "Efrem Ropelato",
66
"contributors":[

0 commit comments

Comments
 (0)