Skip to content

Commit 281c8e7

Browse files
author
Val Brodsky
committed
Testing
1 parent 3fd7aaa commit 281c8e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
outputs:
3333
hashes: ${{ steps.hash.outputs.hashes }}
3434
steps:
35+
- name: Force exit with error
36+
run: |
37+
echo "Forcing job to exit with error"
38+
exit 1
3539
- uses: actions/checkout@v4
3640
with:
3741
ref: ${{ inputs.tag }}

0 commit comments

Comments
 (0)