Test spring-github-workflows/spring-find-release-version.yml
This commit is contained in:
10
.github/workflows/test-spring-find-release-version.yml
vendored
Normal file
10
.github/workflows/test-spring-find-release-version.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user