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 f407ffb commit e7073c9Copy full SHA for e7073c9
.github/workflows/release.yml
@@ -90,7 +90,7 @@ jobs:
90
uses: softprops/action-gh-release@v2
91
with:
92
# The name of the release, e.g., "Release v1.8.0".
93
- name: Release ${{ github.event.inputs.version }}
+ name: CodeEditor ${{ github.event.inputs.version }}
94
# The Git tag to create, e.g., "v1.8.0".
95
tag_name: ${{ github.event.inputs.version }}
96
# Path to the file(s) to upload as release assets.
0 commit comments