Files
datadunia 4b8d5008d6
Beta Release / deploy (push) Successful in 50s
Release / deploy (push) Successful in 59s
refactor: extract shared CI steps to deploy_call.yaml reusable workflow
2026-05-08 05:51:48 +07:00

15 lines
269 B
YAML

name: Release
on:
push:
tags:
- 'v[0-9]*.[0-9]*.[0-9]'
jobs:
deploy:
if: "!contains(github.ref_name, 'beta') && !contains(github.ref_name, 'test')"
uses: ./.gitea/workflows/deploy_call.yaml
with:
prerelease: false
secrets: inherit