diff --git a/README.md b/README.md index f25b468..3e1e363 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ In order to use this library you'll need to [signup for a free account on Pinata --- -[build-img]: https://github.com/MakerXStudio/ipfs-storage/actions/workflows/release.yml/badge.svg -[build-url]: https://github.com/MakerXStudio/ipfs-storage/actions/workflows/release.yml +[build-img]: https://github.com/MakerXStudio/ipfs-storage/actions/workflows/release.yaml/badge.svg +[build-url]: https://github.com/MakerXStudio/ipfs-storage/actions/workflows/release.yaml [issues-img]: https://img.shields.io/github/issues/MakerXStudio/ipfs-storage [issues-url]: https://github.com/MakerXStudio/ipfs-storage/issues [semantic-release-img]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg diff --git a/package.json b/package.json index 370c291..624b345 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,12 @@ } } ], - "@semantic-release/npm", + [ + "@semantic-release/npm", + { + "pkgRoot": "dist" + } + ], "@semantic-release/github" ] }