Skip to content

Commit

Permalink
chore(release): publish and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Mar 6, 2024
1 parent 938fc2c commit 3fe142e
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 @@ -267,7 +267,7 @@ jobs:
yarn workspaces foreach -A -j 1 run prepublishOnly --no-gh-release
# yarn lerna publish from-package --yes
# ./scripts/publish.sh
cd paackages/rsapi && npm publish --access public
cd packages/rsapi && npm publish --access public
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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.83",
"version": "0.0.84",
"main": "index.js",
"types": "index.d.ts",
"files": [
Expand Down

0 comments on commit 3fe142e

Please sign in to comment.