We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b431f89 commit dd6e1efCopy full SHA for dd6e1ef
.github/workflows/release.yml
@@ -84,7 +84,7 @@ jobs:
84
uses: softprops/action-gh-release@v2
85
with:
86
# The name of the release, e.g., "Release v1.8.0".
87
- name: Release ${{ github.event.inputs.version }}
+ name: CodeEditor ${{ github.event.inputs.version }}
88
# The Git tag to create, e.g., "v1.8.0".
89
tag_name: ${{ github.event.inputs.version }}
90
# Path to the file(s) to upload as release assets.
0 commit comments