1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00

Merge branch '4.x' into fix-1163

This commit is contained in:
Juan Picado @jotadeveloper 2019-02-17 14:10:53 +01:00 committed by GitHub
commit 4bc1f0c46b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ action "Docker build health check" {
}
action "Test Publish Verdaccio" {
uses = "verdaccio/github-actions/publish@master",
uses = "verdaccio/github-actions/publish@v0.1.0"
needs = ["Docker build health check"]
args = "-ddd"
}