fix: tag workflow

This commit is contained in:
ezequielnick 2025-08-12 22:48:08 +08:00
parent a45bc89b33
commit d8d79f7b7d

View File

@ -43,7 +43,7 @@ jobs:
fi fi
windows: windows:
needs: [cleanup-dev-release] needs: [cleanup-dev-release]
if: always() && (startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch') if: (startsWith(github.ref, 'refs/tags/v')) || (github.event_name == 'workflow_dispatch' && always())
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -114,7 +114,7 @@ jobs:
windows7: windows7:
needs: [cleanup-dev-release] needs: [cleanup-dev-release]
if: always() && (startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch') if: (startsWith(github.ref, 'refs/tags/v')) || (github.event_name == 'workflow_dispatch' && always())
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -186,7 +186,7 @@ jobs:
linux: linux:
needs: [cleanup-dev-release] needs: [cleanup-dev-release]
if: always() && (startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch') if: (startsWith(github.ref, 'refs/tags/v')) || (github.event_name == 'workflow_dispatch' && always())
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -251,7 +251,7 @@ jobs:
macos: macos:
needs: [cleanup-dev-release] needs: [cleanup-dev-release]
if: always() && (startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch') if: (startsWith(github.ref, 'refs/tags/v')) || (github.event_name == 'workflow_dispatch' && always())
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -338,7 +338,7 @@ jobs:
macos10: macos10:
needs: [cleanup-dev-release] needs: [cleanup-dev-release]
if: always() && (startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch') if: (startsWith(github.ref, 'refs/tags/v')) || (github.event_name == 'workflow_dispatch' && always())
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: