Skip to content

Commit 2f35f57

Browse files
committed
fix(cicd): fix nodejs pipeline
1 parent ab85642 commit 2f35f57

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ jobs:
118118
name: reports
119119
path: reports
120120

121-
# -- PREPARE RELEASE --------------------------------------------------------
122-
prepare-release:
121+
# -- PRE-RELEASE ------------------------------------------------------------
122+
pre-release:
123123
name: Prepare Release
124124
runs-on: ubuntu-latest
125125
needs:
@@ -140,7 +140,7 @@ jobs:
140140
build:
141141
name: Build & Release
142142
runs-on: ubuntu-latest
143-
needs: release
143+
needs: pre-release
144144
if: github.ref == 'refs/heads/master'
145145

146146
steps:

0 commit comments

Comments
 (0)