Skip to content

Commit

Permalink
chore: 🤖 test
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiaoshuang committed Dec 19, 2023
1 parent 596d685 commit 41b0dd5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 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: actions/wexler@v1

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

0 comments on commit 41b0dd5

Please sign in to comment.