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

This commit is contained in:
Aakansha Doshi 2024-01-22 17:01:00 +05:30 committed by GitHub
parent 0415c616b1
commit c6fdac131b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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