Files
Nexus-Guard-Suite/.gitea/workflows/beta.yaml
T
datadunia 57cd09f297
Beta Release / deploy (push) Failing after 3h2m41s
ci: add GITEA_TOKEN for checkout authentication
2026-05-30 04:40:05 +07:00

16 lines
329 B
YAML

name: Beta Release
on:
push:
tags:
- 'v*-beta*'
- 'v*-test*'
- 'dev-*'
jobs:
deploy:
if: "contains(gitea.ref_name, 'beta') || contains(gitea.ref_name, 'test') || startsWith(gitea.ref_name, 'dev-')"
uses: ./.gitea/workflows/deploy_call.yaml
with:
prerelease: true
secrets: inherit