We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c68ca commit 11a4c75Copy full SHA for 11a4c75
1 file changed
.github/workflows/release.yaml
@@ -58,6 +58,6 @@ jobs:
58
- release-to-github-and-bump
59
uses: ./.github/workflows/close-milestone.yaml
60
with:
61
- name: ${{ needs.release-to-github-and-bump.outputs.component-descriptor.version }}
+ name: ${{ needs.release-to-github-and-bump.outputs.version }}
62
strip_patch: true
63
secrets: inherit
0 commit comments