Skip to content

Commit d54f675

Browse files
committed
fix
1 parent 8b52a95 commit d54f675

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ jobs:
7979
- name: Rename arm package
8080
run: mv code.editor.fpk code.editor.arm.fpk
8181

82-
# - name: Release
83-
# uses: ncipollo/[email protected]
84-
# with:
85-
# tag: v${{ steps.read_version.outputs.version}}
86-
# name: v${{ steps.read_version.outputs.version}}
87-
# body: |
88-
# [更新日志](https://github.com/FNOSP/App.Bin.CodeEditor/blob/main/CHANGELOG.md)
89-
# artifacts: "code.editor.x86.fpk,code.editor.arm.fpk"
90-
# token: ${{ secrets.GITHUB_TOKEN }}
82+
- name: Release
83+
uses: ncipollo/[email protected]
84+
with:
85+
tag: v${{ steps.read_version.outputs.version}}
86+
name: v${{ steps.read_version.outputs.version}}
87+
body: |
88+
[更新日志](https://github.com/FNOSP/App.Bin.CodeEditor/blob/main/CHANGELOG.md)
89+
artifacts: "code.editor.x86.fpk,code.editor.arm.fpk"
90+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)