chore: checkout code and set up node for publishing rc (#1131)

Need to run the checkout and setup-node actions before publishing an RC.
This commit is contained in:
Alex Potsides 2022-01-20 14:52:12 +00:00 committed by GitHub
parent 280bb1b1f6
commit 75b922dc21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,11 +110,9 @@ jobs:
release-type: node release-type: node
bump-minor-pre-major: true bump-minor-pre-major: true
- uses: actions/checkout@v2 - uses: actions/checkout@v2
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: lts/* node-version: lts/*
if: ${{ steps.release.outputs.release_created }}
- uses: ipfs/aegir/actions/cache-node-modules@master - uses: ipfs/aegir/actions/cache-node-modules@master
if: ${{ steps.release.outputs.release_created }} if: ${{ steps.release.outputs.release_created }}
- run: npm publish - run: npm publish