Skip to content

Commit 38a6cd1

Browse files
authored
testing new workflow
1 parent 5e74fb2 commit 38a6cd1

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)