From 08379c6966a7d27f75416fce231f9d2cd27b7d89 Mon Sep 17 00:00:00 2001 From: Jaco Date: Wed, 15 Feb 2023 09:09:55 +0200 Subject: [PATCH] Fix CI release workflow (#715) --- .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 dcc4ed6f..4f86a510 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'