From 702fc0ba8c28dfc6599837dca8d302c889f93f50 Mon Sep 17 00:00:00 2001 From: null8626 Date: Thu, 24 Oct 2024 15:14:22 +0700 Subject: [PATCH] 3.2.5 --- .github/workflows/CI.yml | 1 + core/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 +}