build(gradle): 更新应用版本号至3.2.204将versionCode从22更新至23,versionName和mavenV… #44
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build with JitPack | |
| on: | |
| push: | |
| tags: | |
| - '*' # 监听所有 tag 推送事件(如 v1.0.0) | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Trigger JitPack Build | |
| run: | | |
| curl -X POST https://jitpack.io/com/github/ven-coder/Assists/ |