refactor: extract shared CI steps to deploy_call.yaml reusable workflow
Beta Release / deploy (push) Successful in 59s
Release / deploy (push) Failing after 56s

This commit is contained in:
datadunia
2026-05-08 05:41:06 +07:00
parent dfc8d9ed57
commit 9c771f098c
3 changed files with 144 additions and 113 deletions
+14
View File
@@ -0,0 +1,14 @@
name: Beta Release
on:
push:
tags:
- 'v*-beta*'
- 'v*-test*'
jobs:
deploy:
uses: ./.gitea/workflows/deploy_call.yaml
with:
prerelease: true
secrets: inherit