commit 62e88d6adaef1c48f8034ceb5cb39eda574265f5
parent 12226139987e485fd4f2ad139271dd7f0c6b40f0
Author: Eric Scouten <scouten@adobe.com>
Date: Mon, 26 Sep 2022 16:30:03 -0700
(IGNORE) Disregard grep non-zero exit status (#139)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
@@ -287,6 +287,7 @@ jobs:
- name: Has (MINOR) tag been used in a previous commit?
uses: mathiasvr/command-output@v1
+ continue-on-error: true
id: bump_exists
if: ${{ !contains(github.event.pull_request.title, '(MINOR)') }}
with: