1 Commits

Author SHA1 Message Date
e0b7ea984f fix: 更新 Gitea workflow 格式
Some checks failed
Release / build (push) Has been cancelled
2026-04-23 20:33:12 +08:00

View File

@@ -5,15 +5,17 @@ on:
tags:
- 'v*'
env:
GOPROXY: "https://mirrors.aliyun.com/goproxy/,direct"
GITEA_URL: "https://hub.gaomia.site"
defaults:
run:
shell: bash
jobs:
build:
runs-on: local
container:
image: golang:1.26-alpine
env:
GOPROXY: "https://mirrors.aliyun.com/goproxy/,direct"
GITEA_URL: "https://hub.gaomia.site"
GITEA_TOKEN: "${{ secrets.release_token }}"
runs-on: ubuntu-latest
steps:
- name: Checkout code
run: |