From 1bd2f433c56d8d6f4b68c4e8fbc3f6bec7754b68 Mon Sep 17 00:00:00 2001 From: Hien To Date: Wed, 7 Aug 2024 17:17:14 +0700 Subject: [PATCH] cortex js allow tag x.y.z-t --- .github/workflows/cortex-build.yml | 2 +- .github/workflows/cortex-js.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cortex-build.yml b/.github/workflows/cortex-build.yml index 8681f8b1a..4ee9b6f86 100644 --- a/.github/workflows/cortex-build.yml +++ b/.github/workflows/cortex-build.yml @@ -2,7 +2,7 @@ name: CI Cortex Release on: push: - tags: ["v[0-9]+.[0-9]+.[0-9]+", "v[0-9]+.[0-9]+.[0-9]+-*", "!v[0-9]+.[0-9]+.[0-9]+-cortex-js"] + tags: ["v[0-9]+.[0-9]+.[0-9]+", "v[0-9]+.[0-9]+.[0-9]+-*", "!v[0-9]+.[0-9]+.[0-9]+-cortex-js", "!v[0-9]+.[0-9]+.[0-9]+-[0-9]+-cortex-js"] paths: ["cortex-cpp/**", "cortex-js/**"] workflow_dispatch: diff --git a/.github/workflows/cortex-js.yml b/.github/workflows/cortex-js.yml index 31175b1be..99f07bb64 100644 --- a/.github/workflows/cortex-js.yml +++ b/.github/workflows/cortex-js.yml @@ -1,7 +1,7 @@ name: Publish cortex js Package to npmjs on: push: - tags: ["v[0-9]+.[0-9]+.[0-9]+-cortex-js"] + tags: ["v[0-9]+.[0-9]+.[0-9]+-cortex-js", "v[0-9]+.[0-9]+.[0-9]+-[0-9]+-cortex-js"] paths: [ "cortex-js/**",