chore: replace actions/bin/filter with tip-of-branch (#69)

This commit is contained in:
Michelle Tilley 2019-05-31 11:12:33 -07:00 коммит произвёл GitHub
Родитель 32993f6870
Коммит 2e99ab0ff4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 2 удалений

5
.github/main.workflow поставляемый
Просмотреть файл

@ -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" {