mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
ci: add the workspace ignore check to install actions as dependency for auto release (#7593)
This commit is contained in:
parent
0415c616b1
commit
c6fdac131b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/autorelease-excalidraw.yml
vendored
2
.github/workflows/autorelease-excalidraw.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue