Fix publish

This commit is contained in:
Andrey Sobolev
2025-09-12 12:23:43 +07:00
parent 043eef84f4
commit 5f090c0c01
+1 -1
View File
@@ -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: