From fefc816db6cc66a27eaedb424d633a9b0250163f Mon Sep 17 00:00:00 2001 From: Jan Stastny Date: Tue, 28 Apr 2020 14:44:25 +0200 Subject: [PATCH] README - continue on error Resolves #1 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index de9ccc6..330472f 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,9 @@ See example project using this action at [https://github.com/jstastny/testgem](h This action currently does not bump the gem's version when building it. It is up to you to do it (either manually or in a previous workflow step). If you try to release gem in the same version that already exists, the step will fail. + +In case you want to ignore these types of failures, you can add: +``` +continue-on-error: true +``` +to the build step configuration.