From 75b922dc214ee33787563d7290c25ab1da4ac7eb Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Thu, 20 Jan 2022 14:52:12 +0000 Subject: [PATCH] chore: checkout code and set up node for publishing rc (#1131) Need to run the checkout and setup-node actions before publishing an RC. --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 75c46c01..ff4a9917 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -110,11 +110,9 @@ jobs: release-type: node bump-minor-pre-major: true - uses: actions/checkout@v2 - if: ${{ steps.release.outputs.release_created }} - uses: actions/setup-node@v2 with: node-version: lts/* - if: ${{ steps.release.outputs.release_created }} - uses: ipfs/aegir/actions/cache-node-modules@master if: ${{ steps.release.outputs.release_created }} - run: npm publish