publish icbc-sandbox-1.0.0
All checks were successful
/ local-deploy (push) Successful in 18s

This commit is contained in:
曾文豪
2024-11-09 13:57:38 +08:00
parent 3aca586bd4
commit 0ccb88e02e
5 changed files with 35 additions and 10 deletions

View File

@@ -0,0 +1,25 @@
## 工作流触发时机
on:
push:
tags:
- '*'
jobs:
## 任务名称
local-deploy:
## 任务执行的服务器
runs-on: tiesheng-local
## 任务步骤
steps:
## 检出代码(固定配置)
- name: Check out repository code
uses: https://git.tieshengkeji.com/actions/checkout@v4
## maven打包
- name: Maven deploy
run: |
mvn deploy