mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-04-25 18:42:15 +00:00
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:
parent
280bb1b1f6
commit
75b922dc21
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user