Skip to content

Commit 3e2588b

Browse files
authored
Merge pull request #17 from ocaisa/update_ci
Check exit code
2 parents 11d4a1d + 6bbca9f commit 3e2588b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/create_tags.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- run: |
2323
# Make sure the tagger is what we expect
2424
echo "efe6d66750425757e599e586b995a19868e0f6b87428c872abce541df423f9d2 tagger.linux"|sha256sum --check --status
25+
- run: |
2526
chmod +x $GITHUB_WORKSPACE/tagger.linux
2627
$GITHUB_WORKSPACE/tagger.linux move -s -p 'v' ${RELEASE_TAG##*/}
2728
rm $GITHUB_WORKSPACE/tagger.linux

0 commit comments

Comments
 (0)