ci: github action support

This commit is contained in:
felord.cn
2021-03-23 00:37:08 +08:00
parent 8d130e5df1
commit 54a0822c73

View File

@@ -1,9 +1,8 @@
name: Maven Central Repo Deployment name: Maven Central Repo Deployment
# 当合并到release 分支 # 当 release 的时候触发
on: on:
create: release:
branches: types: [released]
- release
jobs: jobs:
publish: publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest