From 1c186efdae2ed39ea96a13f89588ab7c70ac36ae Mon Sep 17 00:00:00 2001 From: Sagar Chamling Date: Sun, 1 Oct 2023 12:53:40 -0400 Subject: [PATCH] Remove automated release - causing issue --- .github/workflows/deploy.yml | 9 --------- package.json | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 110728f..fc12dc5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,12 +34,3 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./example/build - - - name: "Automated Version Bump" - uses: "phips28/gh-action-bump-version@master" - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - minor-wording: "Add,add,new" - major-wording: "MAJOR,major,Breaking Change,breaking change" - patch-wording: "patch,fixes,fix,Fix" diff --git a/package.json b/package.json index 9096fd2..c2d2e4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-copy-button", - "version": "0.2.8", + "version": "0.3.0", "homepage": "https://cham11ng.github.io/react-copy-button", "description": "Copy to clipboard react button component.", "author": "cham11ng",