Files
Nexus-Guard-Suite/.gitea/workflows/beta.yaml
T

15 lines
275 B
YAML

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