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 9067961 commit 897e1b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,9 @@ jobs:
working-directory: bindings/node
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
pwd
ls
rm package-lock.json
npm publish --access public
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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 897e1b5

Please sign in to comment.