Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
efremropelato committed Nov 19, 2024
1 parent a0b4341 commit 9619749
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: pwd
- run: |
sudo apt-get -y update
sudo apt-get -y install build-essential software-properties-common gcc gdb make
Expand All @@ -58,7 +59,7 @@ jobs:
make build
sudo make install
cd ..
- run: rm -rfv croosdb
- run: rm -rfv ./croosdb
- run: npm ci
- run: npm run build --if-present
- run: npm publish --access public
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@croosdb/crossdb-nodejs",
"version": "1.2.5",
"version": "1.2.6",
"main": "index.js",
"author": "Efrem Ropelato",
"contributors":[
Expand Down

0 comments on commit 9619749

Please sign in to comment.