We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e02e0 commit 53b38f0Copy full SHA for 53b38f0
.github/main.workflow
@@ -24,7 +24,7 @@ action "Pre Build" {
24
}
25
26
action "Build" {
27
- needs = "Build Options"
+ needs = "Pre Build"
28
uses = "docker://node"
29
runs = "npm"
30
args = "run build"
0 commit comments