Skip to content

Commit 83ef88d

Browse files
authored
FIX (DevOps) @W-15619465@ Fixing another typo in the release script (#1470)
1 parent b33eef9 commit 83ef88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
permissions:
5050
contents: write
5151
outputs:
52-
branch-name: ${{ steps.create-branch.branch_name }}
52+
branch-name: ${{ steps.create-branch.outputs.branch_name }}
5353
steps:
5454
# Checkout `dev`
5555
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)