From cfd5f9a39ddf8398f4549acb025ad00efffed5d6 Mon Sep 17 00:00:00 2001 From: Costas Ioannou Date: Fri, 22 Mar 2024 15:53:11 +0200 Subject: [PATCH] remove version bump --- .github/workflows/release-beta.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index 171e0e6..2eb1de1 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -27,8 +27,6 @@ jobs: - name: Build and publish run: | - yarn run build - npm version prerelease --preid=beta npm publish --tag beta --dry-run env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }}