Browse Source

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

pull/7599/head
Aakansha Doshi 2 years ago committed by GitHub
parent
commit
c6fdac131b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/autorelease-excalidraw.yml

2
.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

Loading…
Cancel
Save