From 8e01601aad925a3352394dc87d13ade603bfae41 Mon Sep 17 00:00:00 2001 From: Amer Harb Date: Thu, 2 May 2024 22:03:43 +0200 Subject: [PATCH] add to actions --- .github/workflows/publish-latest.yaml | 2 ++ .github/workflows/publish-next.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/publish-latest.yaml b/.github/workflows/publish-latest.yaml index 7c73340..b9df8e2 100644 --- a/.github/workflows/publish-latest.yaml +++ b/.github/workflows/publish-latest.yaml @@ -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 diff --git a/.github/workflows/publish-next.yaml b/.github/workflows/publish-next.yaml index a83981f..fd2cbf1 100644 --- a/.github/workflows/publish-next.yaml +++ b/.github/workflows/publish-next.yaml @@ -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