[CI] Change github-release.yml to workflow_call

This commit is contained in:
Chris Bono
2022-09-18 23:31:42 -05:00
committed by GitHub
parent 90128ad9fe
commit 19a71d4629

View File

@@ -1,13 +1,17 @@
name: Github Release
on:
workflow_dispatch:
workflow_call:
inputs:
releaseVersion:
description: 'Version to release'
required: true
type: string
secrets:
GH_ACTIONS_REPO_TOKEN:
required: true
GITHUB_TOKEN:
required: true
jobs:
github-release:
if: github.repository == 'spring-projects-experimental/spring-pulsar'