diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index c38be3d..0003f74 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -34,6 +34,3 @@ jobs: - name: Publish to NPM Registry run: cd build && npm publish --access public if: steps.release.outputs.released == 'true' - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Deploy diff --git a/package-lock.json b/package-lock.json index 3600cb5..b239d43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@athenna/database", - "version": "5.33.0", + "version": "5.34.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@athenna/database", - "version": "5.33.0", + "version": "5.34.0", "license": "MIT", "dependencies": { "@faker-js/faker": "^8.4.1" diff --git a/package.json b/package.json index 17bc9de..2a05301 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/database", - "version": "5.33.0", + "version": "5.34.0", "description": "The Athenna database handler for SQL/NoSQL.", "license": "MIT", "author": "João Lenon ",