From 005c80faf663377d711655aafe64273292244776 Mon Sep 17 00:00:00 2001 From: Judit Greskovits <329441+juditgreskovits@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:09:53 +0000 Subject: [PATCH] chore: remove saml github token (#116) * chore: remove saml github token * chore: update package json versions --- .github/workflows/release.yml | 2 -- package.json | 2 +- packages/nx-playwright/package.json | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ffb5631..6b89684 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,8 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.2 - with: - token: ${{ secrets.SAML_ACCOUNT_TOKEN }} - uses: ./.github/actions/prepare diff --git a/package.json b/package.json index 25f3e43..975a1d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mands/nx-plugins", - "version": "0.7.0-beta.1", + "version": "0.7.0-beta.2", "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 5dc9c71..ab59380 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.1", + "version": "0.7.0-beta.2", "license": "MIT", "publishConfig": { "registry": "https://registry.npmjs.org"