10 lines
251 B
YAML
10 lines
251 B
YAML
name: Test Find Current Version to Release
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
run-name: Release current version for branch ${{ github.ref_name }}
|
|
|
|
jobs:
|
|
test:
|
|
uses: spring-io/spring-github-workflows/.github/workflows/spring-find-release-version.yml@main |