diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 01384727..c6aa6646 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -804,6 +804,7 @@ jobs: working-directory: bindings/node run: | cp ./README.md .. + cp ./README.md ./npm echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc npm publish --access public env: diff --git a/core/src/lib.rs b/core/src/lib.rs index a0466cb7..41a87b61 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -389,4 +389,4 @@ macro_rules! cure { ($string:expr) => { $crate::cure($string, $crate::Options::default()) }; -} \ No newline at end of file +}