diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37c8a4c..d5c0eb0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,6 @@ jobs: - name: Release env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }} run: | set -x cd dist/packages/nx-playwright diff --git a/package.json b/package.json index 847b08e..f0ee03c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mands/nx-plugins", - "version": "0.7.0-beta-4", + "version": "0.7.0-beta-5", "description": "Nx plugins by M&S engineering", "license": "MIT", "private": false, diff --git a/packages/nx-playwright/package.json b/packages/nx-playwright/package.json index d172b90..5884c6c 100644 --- a/packages/nx-playwright/package.json +++ b/packages/nx-playwright/package.json @@ -1,6 +1,6 @@ { "name": "@mands/nx-playwright", - "version": "0.7.0-beta-4", + "version": "0.7.0-beta-5", "license": "MIT", "publishConfig": { "registry": "https://registry.npmjs.org"