Files
wireguard-vpn/.gitea/workflows/release.yaml
T
datadunia 25e0cfd15e
Release / deploy (push) Has been cancelled
Beta Release / deploy (push) Has been cancelled
refactor: extract shared CI steps to deploy_call.yaml reusable workflow
2026-05-08 05:48:02 +07:00

15 lines
270 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