Skip to content

Commit dd6e1ef

Browse files
author
Hudson Xing
committed
feat: add build and release workflow to main
1 parent b431f89 commit dd6e1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
uses: softprops/action-gh-release@v2
8585
with:
8686
# The name of the release, e.g., "Release v1.8.0".
87-
name: Release ${{ github.event.inputs.version }}
87+
name: CodeEditor ${{ github.event.inputs.version }}
8888
# The Git tag to create, e.g., "v1.8.0".
8989
tag_name: ${{ github.event.inputs.version }}
9090
# Path to the file(s) to upload as release assets.

0 commit comments

Comments
 (0)