@@ -1,6 +1,4 @@
# 当分支 main 有 push 事件并且此次 push 包含了 components 目录下的文件时,执行以下任务
-# cd components 目录下
-# 发布 stdf 到 npm
name: Auto publish npm
@@ -24,6 +22,13 @@ jobs:
with:
node-version: 18.x
+ # 将 REDME_en.md 复制到 components 目录下,并重命名为 README.md
+ - name: Copy README
+ run: |
+ cp README_en.md components/README.md
+
+ # cd components 目录下
+ # 发布 stdf 到 npm
- name: Publish
run: |
cd components