Files
wireguard-vpn/.gitea/workflows/beta.yaml
T
datadunia 9c771f098c
Beta Release / deploy (push) Successful in 59s
Release / deploy (push) Failing after 56s
refactor: extract shared CI steps to deploy_call.yaml reusable workflow
2026-05-08 05:41:06 +07:00

15 lines
197 B
YAML

name: Beta Release
on:
push:
tags:
- 'v*-beta*'
- 'v*-test*'
jobs:
deploy:
uses: ./.gitea/workflows/deploy_call.yaml
with:
prerelease: true
secrets: inherit