refactor: extract shared CI steps to deploy_call.yaml reusable workflow
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
name: Beta Release
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*-beta*'
|
||||
- 'v*-test*'
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
uses: ./.gitea/workflows/deploy_call.yaml
|
||||
with:
|
||||
prerelease: true
|
||||
secrets: inherit
|
||||
Reference in New Issue
Block a user