Skip to content

Commit 1c186ef

Browse files
committed
Remove automated release - causing issue
1 parent c933ac1 commit 1c186ef

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,3 @@ jobs:
3434
with:
3535
github_token: ${{ secrets.GITHUB_TOKEN }}
3636
publish_dir: ./example/build
37-
38-
- name: "Automated Version Bump"
39-
uses: "phips28/gh-action-bump-version@master"
40-
env:
41-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42-
with:
43-
minor-wording: "Add,add,new"
44-
major-wording: "MAJOR,major,Breaking Change,breaking change"
45-
patch-wording: "patch,fixes,fix,Fix"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-copy-button",
3-
"version": "0.2.8",
3+
"version": "0.3.0",
44
"homepage": "https://cham11ng.github.io/react-copy-button",
55
"description": "Copy to clipboard react button component.",
66
"author": "cham11ng",

0 commit comments

Comments
 (0)