We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab85642 commit 2f35f57Copy full SHA for 2f35f57
1 file changed
.github/workflows/nodejs.yml
@@ -118,8 +118,8 @@ jobs:
118
name: reports
119
path: reports
120
121
- # -- PREPARE RELEASE --------------------------------------------------------
122
- prepare-release:
+ # -- PRE-RELEASE ------------------------------------------------------------
+ pre-release:
123
name: Prepare Release
124
runs-on: ubuntu-latest
125
needs:
@@ -140,7 +140,7 @@ jobs:
140
build:
141
name: Build & Release
142
143
- needs: release
+ needs: pre-release
144
if: github.ref == 'refs/heads/master'
145
146
steps:
0 commit comments