Skip to content

Commit 5fbd1fa

Browse files
committed
feat: 优化提交脚本
1 parent 727d04f commit 5fbd1fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
with:
5353
tag_name: v${{ needs.Version.outputs.current_version }}
54-
release_name: Release v${{ needs.Version.outputs.current_version }}
54+
release_name: v${{ needs.Version.outputs.current_version }}
5555
body: "Install: https://www.npmjs.com/package/oflow-interface"
5656
draft: false
5757
prerelease: false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oflow-interface",
3-
"version": "0.8.22",
3+
"version": "0.8.23",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)