chore: restore correct cache

This commit is contained in:
achingbrain
2022-01-20 13:32:25 +00:00
parent 2963b852db
commit a0bfe8b534

View File

@ -116,7 +116,7 @@ jobs:
node-version: lts/* node-version: lts/*
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.release_created }} if: ${{ steps.release.outputs.release_created }}
- uses: bahmutov/npm-install@v1 - 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
env: env: