fix: resolve correct action
This commit is contained in:
parent
ad8ec36e7c
commit
2f0fd3def0
|
@ -1,6 +1,6 @@
|
||||||
workflow "Build and Publish" {
|
workflow "Build and Publish" {
|
||||||
on = "push"
|
on = "push"
|
||||||
resolves = "Docker Publish"
|
resolves = "NPM Publish"
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Shell Lint" {
|
action "Shell Lint" {
|
||||||
|
|
Loading…
Reference in New Issue