Skip to content

Commit

Permalink
chore: fix filtering the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 authored Mar 23, 2019
1 parent 1a914de commit 8ccac06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/main.workflow
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
workflow "Deploy" {
on = "push"
resolves = [
"Master",
"Release",
]
}
Expand All @@ -11,6 +12,7 @@ action "Master" {
}

action "Release" {
needs = "Master"
uses = "satya164/node-app-tasks@master"
secrets = ["NPM_AUTH_TOKEN", "GITHUB_TOKEN"]
args = "release-it --non-interactive"
Expand Down

0 comments on commit 8ccac06

Please sign in to comment.