Skip to content

Commit

Permalink
ci: update release.
Browse files Browse the repository at this point in the history
  • Loading branch information
cangzhang committed Sep 26, 2022
1 parent d505b9b commit 91b99a5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,10 @@ jobs:
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
allowUpdates: true
artifacts: "./dist/artifacts/*"
body: "[FAQ](https://github.com/cangzhang/champ-r/wiki/FAQ)\n[CHNAGELOG](https://github.com/cangzhang/champ-r/blob/main/CHANGELOG.md)"

# - name: Upload artifacts
# uses: actions/[email protected]
# with:
# name: ChampR-installer
# path: "./dist/artifacts"
body: >
> 🛎️ For tencent server users, please check here [FAQ](https://github.com/cangzhang/champ-r/wiki/FAQ#tencent-server-v1218-%E6%97%A0%E6%B3%95%E6%98%BE%E7%A4%BA%E5%A4%A9%E8%B5%8B%E6%8E%A8%E8%8D%90)
🛎️ 腾讯服务器用户,请查看 [FAQ](https://github.com/cangzhang/champ-r/wiki/FAQ#tencent-server-v1218-%E6%97%A0%E6%B3%95%E6%98%BE%E7%A4%BA%E5%A4%A9%E8%B5%8B%E6%8E%A8%E8%8D%90)
[FAQ](https://github.com/cangzhang/champ-r/wiki/FAQ)
[CHNAGELOG](https://github.com/cangzhang/champ-r/blob/main/CHANGELOG.md)

0 comments on commit 91b99a5

Please sign in to comment.