Skip to content

Commit

Permalink
Yarn action
Browse files Browse the repository at this point in the history
  • Loading branch information
imbhargav5 committed Dec 26, 2018
1 parent 089e7d0 commit 8adb865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ workflow "New workflow" {
}

action "Install" {
uses = "actions/npm@e7aaefe"
uses = "docker://culturehq/actions-yarn:latest"
args = "install"
}

action "Deploy" {
needs = "Install"
uses = "actions/npm@e7aaefe"
uses = "docker://culturehq/actions-yarn:latest"
secrets = ["ZEIT_TOKEN"]
args = "run deploy"
}

0 comments on commit 8adb865

Please sign in to comment.