Skip to content

Commit

Permalink
Update release-cloud-ui.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoshuangLi authored Dec 19, 2023
1 parent 6678fe4 commit 7964a67
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release-cloud-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ jobs:
with:
node-version: 20.10.0

- run: |
echo 'PACKAGE_JSON<<EOF' >> $GITHUB_ENV
cat ./package.json >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: actions/download-artifact@v4
with:
name: 'cloud-ui.vusion@${{ fromJson(env.PACKAGE_JSON).version }}'

- uses: ./.github/actions/cronerstone

- run: node ./jimmy/app/pipelines/release-cloud-ui.js
- run: node ./jimmy/app/pipelines/release-cloud-ui.js

0 comments on commit 7964a67

Please sign in to comment.