diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index f4ee877..a77c735 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -11,13 +11,13 @@ concurrency: cancel-in-progress: true jobs: - use-native-library-js-staging: + use-native-library-js-tag: permissions: contents: write actions: write checks: write pull-requests: write - uses: MatrixAI/.github/.github/workflows/native-library-js-tag.yml@master + uses: MatrixAI/.github/.github/workflows/native-library-js-tag-gyp.yml@master secrets: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package-lock.json b/package-lock.json index d099b81..9a44b79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@matrixai/db", - "version": "6.0.18", + "version": "6.0.20", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@matrixai/db", - "version": "6.0.18", + "version": "6.0.20", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index afed04a..c4189f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@matrixai/db", - "version": "6.0.18", + "version": "6.0.20", "author": "Roger Qiu", "description": "DB", "license": "Apache-2.0",