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.
1 parent 5e74fb2 commit 38a6cd1Copy full SHA for 38a6cd1
1 file changed
.github/workflows/draft-release-java.yml
@@ -0,0 +1,20 @@
1
+name: Draft Release (Java)
2
+
3
+on:
4
+ workflow_dispatch:
5
+ inputs:
6
+ draft_version:
7
+ description: "Force a specific version (e.g. 4.0.0)"
8
+ type: string
9
+ required: false
10
11
+jobs:
12
+ invoke:
13
+ uses: xpdustry/.github/.github/workflows/draft-release-java.yaml@master
14
+ with:
15
+ java_version: 25
16
+ draft_version: ${{ github.event.inputs.draft_version || '' }}
17
+ permissions:
18
+ contents: write
19
+ pull-requests: read
20
+ secrets: "inherit"
0 commit comments