Update main.workflow

This commit is contained in:
Mikeal Rogers 2019-01-26 14:24:34 -08:00 committed by GitHub
parent 2f0fd3def0
commit 58e2f5aaff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ action "Publish Filter" {
}
action "NPM Publish" {
needs = "Publish Filter"
needs = "Publish Filter"
uses = "mikeal/merge-release@master"
secrets = ["GITHUB_TOKEN", "NPM_AUTH_TOKEN"]
}