Skip to content

Commit

Permalink
5
Browse files Browse the repository at this point in the history
  • Loading branch information
ikenxuan committed Jan 15, 2025
1 parent ddd7728 commit e777562
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/release-on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,19 @@ jobs:
tag_name: "pre-${{ env.SHORT_COMMIT_HASH }}"
release_name: "${{ env.PKG_VERSION }} Preview-Release"
body: |
### 🎉 🎉 🎉构建完成!
- 此版本是基于快照 [`${{ env.SHORT_COMMIT_HASH }}`](https://github.com/${{ github.repository }}/tree/${{ env.COMMIT_HASH }}) 所构建的,[**点击此处查看更改**](https://github.com/${{ github.repository }}/commit/${{ env.COMMIT_HASH }}) By [**${{ github.actor }}**](https://github.com/${{ github.actor }})
### 🎉 构建完成!
- 此版本是基于快照 [`${{ env.SHORT_COMMIT_HASH }}`](https://github.com/${{ github.repository }}/tree/${{ env.COMMIT_HASH }}) 所构建的,[**点击此处查看更改**](https://github.com/${{ github.repository }}/commit/${{ env.COMMIT_HASH }}) By @${{ github.actor }}
### 安装
- 使用包管理器(根目录下执行)
```sh
pnpm add karin-plugin-kkk@${{ env.PKG_VERSION }} -w
```
- 使用 Git(插件目录下执行)
```sh
git checkout ${{ env.COMMIT_HASH }}
```
构建时间:${{ github.event.head_commit.timestamp }}
draft: false
prerelease: true
Expand Down

0 comments on commit e777562

Please sign in to comment.