Fix CI release workflow (#2968)

This commit is contained in:
Jaco
2023-02-15 09:11:33 +02:00
committed by GitHub
parent 020c62e662
commit 9126ff6149
+3 -3
View File
@@ -20,12 +20,12 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
with:
fetch-depth: 0
token: ${{ secrets.GH_PAT_BOT }}
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: ${{ matrix.step }}
run: |
yarn install --immutable | grep -v 'YN0013'