From 7f314065070a352112f10ec50ac7dda1918656bf Mon Sep 17 00:00:00 2001 From: Matt Calthrop Date: Wed, 11 Dec 2024 11:46:11 +0000 Subject: [PATCH] Trigger new release (#120) --- .github/workflows/release.yml | 1 - package.json | 2 +- packages/nx-playwright/package.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) 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"