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 a0a6700 commit 1edbda4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,6 @@ jobs:
if: "startsWith(github.event.head_commit.message, 'chore(release): publish')"
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 --no-gh-release
# yarn lerna publish from-package --yes
# ./scripts/publish.sh
cd packages/rsapi && npm publish --access public
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
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.89",
"version": "0.0.90",
"main": "index.js",
"types": "index.d.ts",
"files": [
Expand Down

0 comments on commit 1edbda4

Please sign in to comment.