Skip to content

Commit

Permalink
ci: fix publishing process
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Jul 21, 2022
1 parent ed3edcc commit 74e747b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Expand Up @@ -13,7 +13,8 @@ jobs:
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
command: manifest
release-type: node
package-name: 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: 0 additions & 3 deletions .release-please-manifest.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,6 +23,6 @@
"lint-staged": "10.5.1",
"prettier": "2.1.2"
},
"version": "6.3.1",
"version": "6.3.2",
"packageManager": "yarn@3.2.1"
}
6 changes: 0 additions & 6 deletions release-please-config.json
@@ -1,10 +1,4 @@
{
"packages": {
".": {
"release-type": "node",
"package-name": "react-responsive-modal"
}
},
"extra-files": [
{
"type": "json",
Expand Down

0 comments on commit 74e747b

Please sign in to comment.