Skip to content

Commit d0c3f25

Browse files
authored
fix: Remove unnecessary file and fix shell script in release.yml (#5)
Signed-off-by: Josh <[email protected]>
1 parent 4032f53 commit d0c3f25

File tree

2 files changed

+3
-175
lines changed

2 files changed

+3
-175
lines changed

.github/dylib_packer.zsh

Lines changed: 0 additions & 175 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
elif [[ "$TAG_NAME" =~ ^development ]]; then
2323
BRANCH=development
2424
else
25+
echo "Invalid tag name"
26+
exit 1
27+
fi
2528
VERSION=${TAG_NAME#$BRANCH-v}
2629
2730
# Echo to the environment

0 commit comments

Comments
 (0)