Explorar o código

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

Aakansha Doshi hai 1 ano
pai
achega
c6fdac131b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 }}
           NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
       - name: Auto release
       - name: Auto release
         run: |
         run: |
-          yarn add @actions/core
+          yarn add @actions/core -W
           yarn autorelease
           yarn autorelease