Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit ba71c0e

Browse files
committed
Make CD pipeline fail immediately on git add errors
1 parent 892b499 commit ba71c0e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
message: 'Release ${{ steps.bump.outputs.version }}'
7070
tag: 'v${{ steps.bump.outputs.version }} --annotate --file /dev/null'
7171
default_author: github_actions
72+
pathspec_error_handling: exitImmediately
7273

7374
- name: "Create a GitHub release"
7475
uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5 # v1

0 commit comments

Comments
 (0)