Skip to content

Commit

Permalink
add to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
amerharb committed May 2, 2024
1 parent 26da076 commit 8e01601
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
PACKAGE_NAME="hieroglyphic"
elif [[ $TAG_NAME =~ ^roman\/v.* ]]; then
PACKAGE_NAME="roman"
elif [[ $TAG_NAME =~ ^aegean\/v.* ]]; then
PACKAGE_NAME="aegean"
else
echo "❌ tag name: $TAG_NAME doesn't point to any publishable package"
exit 1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
PACKAGE_NAME="hieroglyphic"
elif [[ $TAG_NAME =~ ^roman\/v.* ]]; then
PACKAGE_NAME="roman"
elif [[ $TAG_NAME =~ ^aegean\/v.* ]]; then
PACKAGE_NAME="aegean"
else
echo "❌ tag name: $TAG_NAME doesn't point to any publishable package"
exit 1
Expand Down

0 comments on commit 8e01601

Please sign in to comment.