Skip to content

Commit

Permalink
3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Oct 24, 2024
1 parent bec2177 commit 702fc0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,4 +389,4 @@ macro_rules! cure {
($string:expr) => {
$crate::cure($string, $crate::Options::default())
};
}
}

0 comments on commit 702fc0b

Please sign in to comment.