Skip to content

Commit

Permalink
Remove automated release - causing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cham11ng committed Oct 1, 2023
1 parent c933ac1 commit 1c186ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1c186ef

Please sign in to comment.