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 15c6421 commit a0b4341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
make build
sudo make install
cd ..
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.4",
"version": "1.2.5",
"main": "index.js",
"author": "Efrem Ropelato",
"contributors":[
Expand Down

0 comments on commit a0b4341

Please sign in to comment.