0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

Update main.workflow

This commit is contained in:
Juan Picado @jotadeveloper 2019-02-15 17:17:41 +01:00 committed by GitHub
parent 25a3338c3e
commit d336505b69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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