Skip to content

Commit 75b922d

Browse files
authoredJan 20, 2022
chore: checkout code and set up node for publishing rc (#1131)
Need to run the checkout and setup-node actions before publishing an RC.
1 parent 280bb1b commit 75b922d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎.github/workflows/main.yml

-2
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,9 @@ jobs:
110110
release-type: node
111111
bump-minor-pre-major: true
112112
- uses: actions/checkout@v2
113-
if: ${{ steps.release.outputs.release_created }}
114113
- uses: actions/setup-node@v2
115114
with:
116115
node-version: lts/*
117-
if: ${{ steps.release.outputs.release_created }}
118116
- uses: ipfs/aegir/actions/cache-node-modules@master
119117
if: ${{ steps.release.outputs.release_created }}
120118
- run: npm publish

0 commit comments

Comments
 (0)
Please sign in to comment.