From beaff448cd3a2a33e9eda8a488760b8de17158a8 Mon Sep 17 00:00:00 2001 From: HadiKhai Date: Thu, 31 Oct 2024 02:38:55 +0200 Subject: [PATCH] chore(release): beta --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb07b813..700cd71b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: jobs: release: runs-on: ubuntu-latest - if: ${{!contains(github.event.head_commit.message, format('chore(release){0} publish', ':')) && !contains(github.event.head_commit.message, format('CI{0} Update yarn.lock files', ':'))}} +# if: ${{!contains(github.event.head_commit.message, format('chore(release){0} publish', ':')) && !contains(github.event.head_commit.message, format('CI{0} Update yarn.lock files', ':'))}} permissions: contents: write packages: write