Skip to content

Commit

Permalink
Merge pull request #2 from jstastny/js/continue-on-error
Browse files Browse the repository at this point in the history
README - continue on error
  • Loading branch information
jstastny authored Apr 29, 2020
2 parents d79830f + fefc816 commit 898b22e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 898b22e

Please sign in to comment.