v0.3.23 fix: убрать if-условие в deploy job (Gitea не поддерживает startsWith)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user