Skip to content

Commit

Permalink
fix(workflow): actions cannot point at workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Will Soto <willsoto@users.noreply.github.com>
  • Loading branch information
willsoto committed Feb 4, 2019
1 parent 0ec837f commit a1f1f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ action "Typings" {
}

action "Tag" {
needs = ["CI"]
needs = ["Unit Tests", "Build", "Typings"]
uses = "actions/bin/filter@master"
args = "tag"
}
Expand Down

0 comments on commit a1f1f51

Please sign in to comment.