瀏覽代碼

ci: add the workspace ignore check to install actions as dependency for auto release (#7593)

Aakansha Doshi 1 年之前
父節點
當前提交
c6fdac131b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/autorelease-excalidraw.yml

+ 1 - 1
.github/workflows/autorelease-excalidraw.yml

@@ -23,5 +23,5 @@ jobs:
           NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
       - name: Auto release
         run: |
-          yarn add @actions/core
+          yarn add @actions/core -W
           yarn autorelease