We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
spring-github-workflows/spring-find-release-version.yml
1 parent 0859281 commit 3a526f3Copy full SHA for 3a526f3
.github/workflows/test-spring-find-release-version.yml
@@ -0,0 +1,10 @@
1
+name: Test Find Current Version to Release
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+run-name: Release current version for branch ${{ github.ref_name }}
7
8
+jobs:
9
+ test:
10
+ uses: spring-io/spring-github-workflows/.github/workflows/spring-find-release-version.yml@main
0 commit comments