Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
RCmerci committed Dec 10, 2024
1 parent 15029ce commit a0a6700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
# yarn workspaces foreach -A -j 1 run version --no-gh-release
# yarn workspaces foreach -A -j 1 run prepublishOnly # --skip-gh-release
yarn workspaces foreach -A -j 1 run prepublishOnly --no-gh-release
# yarn lerna publish from-package --yes
# ./scripts/publish.sh
cd packages/rsapi && npm publish --access public
Expand Down
2 changes: 1 addition & 1 deletion packages/rsapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.0.88",
"version": "0.0.89",
"main": "index.js",
"types": "index.d.ts",
"files": [
Expand Down

0 comments on commit a0a6700

Please sign in to comment.