We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c59f9f6 commit b9db500Copy full SHA for b9db500
1 file changed
.github/workflows/release.yml
@@ -53,6 +53,6 @@ jobs:
53
--head release/${{ inputs.version }}
54
env:
55
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
- outputs:
57
- target-branch: release/${{ github.event.inputs.version }}
58
- run: ${{ github.event.inputs.update-language-server}}
+ outputs:
+ target-branch: release/${{ github.event.inputs.version }}
+ run: ${{ github.event.inputs.update-language-server}}
0 commit comments