From 5f090c0c01f65a3ca7722c181386dbe108f920dd Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Fri, 12 Sep 2025 12:23:43 +0700 Subject: [PATCH] Fix publish --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e22bbb810..c431e4d9a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: publish: runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags/v0.7.') + if: startsWith(github.ref, 'refs/tags/v0.7.') || startsWith(github.ref, 'refs/tags/s0.7.') steps: - uses: actions/checkout@v3 with: