From eda4bb9b038f43be23f4e36f925a5675eb3f28b4 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Thu, 28 Feb 2019 07:07:06 +0100 Subject: [PATCH 1/2] Update main.workflow --- .github/main.workflow | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index 66ba045e2..a62afa520 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,9 +1,9 @@ workflow "New workflow" { - on = "push" resolves = [ "Docker build health check", "Test Publish Verdaccio", - ] + ] + on = "push" } action "Docker build health check" { @@ -14,5 +14,5 @@ action "Docker build health check" { action "Test Publish Verdaccio" { uses = "verdaccio/github-actions/publish@v0.1.0" needs = ["Docker build health check"] - args = "-ddd" + args = "-d" } From df62a8ea634632057c1e792ceca62737612e2eaa Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Mon, 4 Mar 2019 07:29:34 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 18c4f0225..ca25d51bd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ![verdaccio ui](https://github.com/verdaccio/verdaccio/raw/master/assets/gif/verdaccio_big_30.gif?raw=true) +[📢 Share your feedback in our Survey "Verdaccio Community Feedback #1"](https://t.co/kqDtknO5d0) + # Version 3 [Verdaccio](https://verdaccio.org/) is a simple, **zero-config-required local private npm registry**.