Skip to content

Commit 153b6f1

Browse files
committedAug 20, 2024··
...
1 parent a7b760c commit 153b6f1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
 

‎.github/workflows/draft-release.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ name: Draft release
33
on:
44
workflow_call:
55
outputs:
6-
draft-url: ${{ jobs.draft.outputs.draft-url }}
7-
version: ${{ jobs.draft.outputs.version }}
6+
draft-url:
7+
description: 'The URL of the draft release'
8+
value: ${{ jobs.draft.outputs.draft-url }}
9+
version:
10+
description: 'PocketMine-MP version'
11+
value: ${{ jobs.draft.outputs.version }}
812

913
jobs:
1014
draft:

0 commit comments

Comments
 (0)
Please sign in to comment.