Skip to content

Commit abb4695

Browse files
committed
fix patch-release workflows to use the label release
Signed-off-by: emdneto <[email protected]>
1 parent b40b1a6 commit abb4695

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package-prepare-patch-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ jobs:
119119
--body "$message." \
120120
--head $branch \
121121
--base $GITHUB_REF_NAME \
122-
--label patch-release
122+
--label release

.github/workflows/prepare-patch-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ jobs:
8484
--body "$message." \
8585
--head $branch \
8686
--base $GITHUB_REF_NAME \
87-
--label patch-release
87+
--label release

0 commit comments

Comments
 (0)