🐛 fix(release): update condition for version determination in workflow

This commit is contained in:
rE-Bo0t.bx1
2026-03-09 19:02:33 +08:00
parent 15bf141f84
commit 602fd07241

View File

@@ -48,6 +48,10 @@ jobs:
determine-version:
name: 🏷️ Determine Version and Build Type
runs-on: ubuntu-latest
if: |
github.event_name != 'workflow_run' ||
(github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.event == 'push')
permissions:
contents: read
outputs: