Skip to content

Commit

Permalink
[ci]Update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
dufu1991 committed Dec 13, 2024
1 parent 61bfd70 commit 684c775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-demo-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
run: |
git checkout next
# 读取 packages/rollup-plugin-stdf-icon 中的 package.json 文件,获取 version 的值
# 读取 packages/rollup-plugin-stdf-icon 中的 package.json 文件,获取 version 的值并存储到 version 变量中
- name: Read Icon version
run: |
version=$(cat packages/rollup-plugin-stdf-icon/package.json | grep -E '"version":' | awk -F'"' '{print $4}')
echo "version: $version"
echo "version=${version}" >> $GITHUB_ENV
# 初始化 stdf demo 仓库
# 将 stdf/LICENSE 复制到 stdf/packages/stdf/LICENSE
# 将 stdf/README.md 复制到 stdf/packages/stdf/README.md
Expand Down

0 comments on commit 684c775

Please sign in to comment.