Skip to content

Commit a7b760c

Browse files
committedAug 20, 2024
Apparently we need this
1 parent b6655c4 commit a7b760c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/draft-release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Draft release
22

33
on:
44
workflow_call:
5+
outputs:
6+
draft-url: ${{ jobs.draft.outputs.draft-url }}
7+
version: ${{ jobs.draft.outputs.version }}
58

69
jobs:
710
draft:

0 commit comments

Comments
 (0)