Skip to content

Commit

Permalink
Merge branch 'master' into nested_scroll_feat
Browse files Browse the repository at this point in the history
  • Loading branch information
siguangli authored Dec 7, 2022
2 parents c7be8d5 + 72ea6a5 commit 578a4c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/project_artifact_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
echo "released js_npm_dist_tag_name is '${{ github.event.inputs.js_npm_dist_tag_name }}'"
npx lerna publish from-package --ignore-scripts --yes --dist-tag ${{ github.event.inputs.js_npm_dist_tag_name }}
lerna publish from-package --ignore-scripts --yes --dist-tag ${{ github.event.inputs.js_npm_dist_tag_name }}
- name: Change tag to latest
if: github.event.inputs.is_npm_version_to_latest_tag == 'true'
env:
Expand Down

0 comments on commit 578a4c0

Please sign in to comment.