v0.3.23 fix: убрать if-условие в deploy job (Gitea не поддерживает startsWith)
Build and Deploy / Check and Build (push) Failing after 39s
Build and Deploy / Deploy to Production (push) Has been skipped

This commit is contained in:
2026-05-27 15:16:45 +09:00
parent d28b142441
commit 87349fd142
-1
View File
@@ -30,7 +30,6 @@ jobs:
name: Deploy to Production
needs: ci
runs-on: ubuntu-latest
if: ${{ gitea.ref_name == 'main' || startsWith(gitea.ref_name, 'v') }}
steps:
- uses: actions/checkout@v4