Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: fix release-script publishing script
  • Loading branch information
pradel committed Nov 15, 2020
1 parent 19b57cb commit 9347ad5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Expand Up @@ -15,6 +15,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: react-responsive-modal
path: react-responsive-modal
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"docs","section":"Documentation","hidden":false},{"type":"test","section":"Tests","hidden":false}]'

- uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -22,6 +22,5 @@
"husky": "4.3.0",
"lint-staged": "10.5.1",
"prettier": "2.1.2"
},
"version": "6.0.0"
}
}
2 changes: 1 addition & 1 deletion react-responsive-modal/package.json
@@ -1,6 +1,6 @@
{
"name": "react-responsive-modal",
"version": "5.2.6",
"version": "6.0.0",
"description": "A simple responsive and accessible react modal",
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit 9347ad5

Please sign in to comment.