Skip to content

Commit bf882bd

Browse files
committed
Use compat build in GitHub Actions
1 parent 80166f4 commit bf882bd

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
@@ -36,7 +36,7 @@ jobs:
3636
git commit -m "chore: release ${{ inputs.tag }}"
3737
git push
3838
- name: Build
39-
run: pnpm run build
39+
run: pnpm run build:compat
4040
- name: Create GitHub release
4141
uses: softprops/action-gh-release@v2
4242
with:

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HanAssist ![Lint](https://github.com/wikimedia-gadgets/HanAssist/actions/workflows/lint.yml/badge.svg) ![Test status](https://github.com/wikimedia-gadgets/HanAssist/actions/workflows/test.yml/badge.svg)
22

3-
HanAssist 是帮助中文维基百科及其他 MediaWiki 网站上的用户脚本和小工具更优雅地处理中文变体消息的实用程序。本程序提供了 `conv``convByVar``batchConv` 函数,目标是取代 `wgULS``wgUVS`
3+
HanAssist 是帮助中文维基百科及其他 MediaWiki 网站上的用户脚本和小工具更优雅地处理中文变体消息的实用程序。本程序提供了 `conv``convByVar``batchConv` 函数,目标是取代 `wgULS``wgUVS`本小工具支持的最低 MediaWiki 版本为 1.45.0-wmf.6。
44

55
HanAssist is a helper gadget on Chinese Wikipedia to ease Chinese variant handling in user scripts and gadgets. It provides `conv`, `convByVar` and `batchConv` functions on the wiki.
66

0 commit comments

Comments
 (0)