Skip to content

Commit 11a4c75

Browse files
authored
Fix gha close release milestone (#1577)
1 parent 28c68ca commit 11a4c75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
- release-to-github-and-bump
5959
uses: ./.github/workflows/close-milestone.yaml
6060
with:
61-
name: ${{ needs.release-to-github-and-bump.outputs.component-descriptor.version }}
61+
name: ${{ needs.release-to-github-and-bump.outputs.version }}
6262
strip_patch: true
6363
secrets: inherit

0 commit comments

Comments
 (0)