Skip to content

Commit

Permalink
ci(workflows): fix js release issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomchan-cxj authored and pba-cra committed Feb 1, 2023
1 parent 00fd07c commit 6909e87
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 6909e87

Please sign in to comment.