Skip to content

Commit 225c909

Browse files
4.1.x (preview) releases: extract a reusable workflow
1 parent 8896c97 commit 225c909

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/4.1.x-alpha-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
default: "1"
1111

1212
jobs:
13-
call-reusable-workflow:
13+
reuse:
1414
uses: "./.github/workflows/reusable-release-workflow.yml"
1515
with:
1616
base_version: "4.1.0"

.github/workflows/4.1.x-beta-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
default: "1"
1111

1212
jobs:
13-
call-reusable-workflow:
13+
reuse:
1414
uses: ./.github/workflows/reusable-release-workflow.yml
1515
with:
1616
base_version: "4.1.0"

0 commit comments

Comments
 (0)