From 9126ff6149bd86bfa812275cf0f8cb5dd7f698b6 Mon Sep 17 00:00:00 2001 From: Jaco Date: Wed, 15 Feb 2023 09:11:33 +0200 Subject: [PATCH] Fix CI release workflow (#2968) --- .github/workflows/push-master.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index 688aeab59..080dc2a05 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -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'