1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-14 02:33:03 +02:00

feat:sync to gitee where release a version (#1755)

This commit is contained in:
haiyux 2022-01-08 20:14:54 +08:00 committed by GitHub
parent 76ab0baa56
commit cd4aa7f412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,8 @@ on:
push:
branches:
- main
tags:
- "*"
name: Sync to Gitee
jobs:
@ -12,7 +14,7 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v1
- name: Mirror Github to Gitee
uses: Yikun/hub-mirror-action@v1.0
uses: Yikun/hub-mirror-action@v1.2
with:
src: github/go-kratos
dst: gitee/go-kratos