Delete .gitea/workflows/自动化版本发布.yml

This commit is contained in:
xxq250 2026-05-26 14:00:33 +08:00
parent 31a2f3e94d
commit a503693035
1 changed files with 0 additions and 28 deletions

View File

@ -1,28 +0,0 @@
name: "自动化版本发布"
on:
push:
branches:
- master
paths-ignore:
- '.gitea/workflows/**'
- '.github/workflows/**'
jobs:
job-d78cb39:
name: "任务[job-d78cb39]"
# 运行环境,这里就是上面定义的多个 os
runs-on: 'ubuntu-latest'
steps:
- name: "运行Shell脚本[shell-7697d74e]"
run: |
cd ${WORKSPACE} && make build && make test
- name: "创建发行版[publish-releases-action_2-f48da2]"
uses: https://gitlink.org.cn/floraachy/publish-releases-action@v1.0.2
with:
domain: ''
username: 'maxjhandsome'
password: '123456'
repository: ''
release_title: 'V1.0.0'
release_desc: ''
tag_name: ''
sha: 'master'