Skip to content

Commit

Permalink
update actions to support hieroglyphic
Browse files Browse the repository at this point in the history
  • Loading branch information
amerharb committed Apr 30, 2024
1 parent d71518f commit 7df4b63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
PACKAGE_NAME="eastern-arabic"
elif [[ $TAG_NAME =~ ^mayan\/v.* ]]; then
PACKAGE_NAME="mayan"
elif [[ $TAG_NAME =~ ^hieroglyphic\/v.* ]]; then
PACKAGE_NAME="hieroglyphic"
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 @@ -19,6 +19,8 @@ jobs:
PACKAGE_NAME="eastern-arabic"
elif [[ $TAG_NAME =~ ^mayan\/v.* ]]; then
PACKAGE_NAME="mayan"
elif [[ $TAG_NAME =~ ^hieroglyphic\/v.* ]]; then
PACKAGE_NAME="hieroglyphic"
else
echo "❌ tag name: $TAG_NAME doesn't point to any publishable package"
exit 1
Expand Down
2 changes: 1 addition & 1 deletion packages/hieroglyphic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@numerals/hieroglyphic",
"version": "0.0.1-next.2",
"version": "0.0.1-next.3",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
Expand Down

0 comments on commit 7df4b63

Please sign in to comment.