refactor: extract shared CI steps to deploy_call.yaml reusable workflow
This commit is contained in:
@@ -8,6 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
if: "contains(github.ref_name, 'beta') || contains(github.ref_name, 'test')"
|
||||
uses: ./.gitea/workflows/deploy_call.yaml
|
||||
with:
|
||||
prerelease: true
|
||||
|
||||
Reference in New Issue
Block a user