fix: resolve correct action

This commit is contained in:
Mikeal Rogers 2019-01-26 22:22:28 +00:00
parent ad8ec36e7c
commit 2f0fd3def0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
workflow "Build and Publish" {
on = "push"
resolves = "Docker Publish"
resolves = "NPM Publish"
}
action "Shell Lint" {