fix: syntax error in workflow
This commit is contained in:
parent
56a8928d5f
commit
ad8ec36e7c
|
@ -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"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue