diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d197c76..d2d1575 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: node-version: '18.x' registry-url: 'https://registry.npmjs.org' - run: npm install -g npm - - run: npm ci + - run: npm install - run: npm publish --provenance --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file diff --git a/package.json b/package.json index c6e0e2a..eefeb76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "camaro", - "version": "6.2.0", + "version": "6.2.1", "description": "Transforming XML to JSON using Node.js binding to native pugixml parser library", "homepage": "https://github.com/tuananh/camaro", "bugs": "https://github.com/tuananh/camaro/issues",