chore: replace actions/bin/filter with tip-of-branch (#69)
This commit is contained in:
Родитель
32993f6870
Коммит
2e99ab0ff4
|
@ -26,9 +26,10 @@ action "Run tests" {
|
|||
}
|
||||
|
||||
action "Only publish master branch" {
|
||||
uses = "actions/bin/filter@master"
|
||||
uses = "BinaryMuse/tip-of-branch@master"
|
||||
needs = ["Run tests"]
|
||||
args = "branch master"
|
||||
args = "master"
|
||||
secrets = ["GITHUB_TOKEN"]
|
||||
}
|
||||
|
||||
action "Publish via semantic-release" {
|
||||
|
|
Загрузка…
Ссылка в новой задаче