Skip to content

Commit

Permalink
chore(release): [juno-core] release 2.0.3-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZouYouShun committed Feb 22, 2022
1 parent b2d3c86 commit 48a63e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/hosting-merge.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/publish-npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Build core 📦
if: ${{ contains(github.ref, 'juno-core') }}
run: yarn workspace @ringcentral/juno run release

- name: Publish core 🚀
if: ${{ contains(github.ref, 'juno-core') }}
run: npm publish ./packages/juno-core/dist
Expand All @@ -30,6 +31,7 @@ jobs:
- name: Build icon 📦
if: ${{ contains(github.ref, 'juno-icon') }}
run: yarn workspace @ringcentral/juno-icon run release

- name: Publish icon 🚀
if: ${{ contains(github.ref, 'juno-icon') }}
run: npm publish ./packages/juno-icon/dist
Expand Down
2 changes: 1 addition & 1 deletion packages/juno-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ringcentral/juno",
"version": "2.0.3",
"version": "2.0.3-beta.0",
"license": "MIT",
"author": "RingCentral",
"bugs": {
Expand Down

0 comments on commit 48a63e8

Please sign in to comment.