Skip to content

Commit 9e55ea4

Browse files
committed
Make pre-prepare run after release
1 parent ae16381 commit 9e55ea4

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/pre-prepare.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
target-branch:
77
description: name of the branch that contains the desired changes
88
required: true
9+
run:
10+
description: whether or not to run the workflow
11+
required: true
12+
type: boolean
913
workflow_run:
1014
workflows: ["Create release PR"]
1115
types:

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,7 @@ jobs:
5252
--base main \
5353
--head release/${{ inputs.version }}
5454
env:
55-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56+
outputs:
57+
target-branch: release/${{ github.event.inputs.version }}
58+
run: ${{ github.event.inputs.update-language-server}}

0 commit comments

Comments
 (0)