We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c6421 commit a0b4341Copy full SHA for a0b4341
.github/workflows/node.js.yml
@@ -58,7 +58,7 @@ jobs:
58
make build
59
sudo make install
60
cd ..
61
- rm -rfv croosdb
+ - run: rm -rfv croosdb
62
- run: npm ci
63
- run: npm run build --if-present
64
- run: npm publish --access public
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@croosdb/crossdb-nodejs",
3
- "version": "1.2.4",
+ "version": "1.2.5",
4
"main": "index.js",
5
"author": "Efrem Ropelato",
6
"contributors":[
0 commit comments