Skip to content

Commit 3a5547a

Browse files
committed
fix
1 parent 4687d90 commit 3a5547a

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
@@ -83,12 +83,12 @@ jobs:
8383
- name: Rename arm package
8484
run: mv code.editor.fpk code.editor.arm.fpk
8585

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

0 commit comments

Comments
 (0)