Files
test-actions/.gitea/workflows/test.yaml
wolfogre 198bc5c1a6
All checks were successful
release / release (push) Successful in 35s
更新 .gitea/workflows/test.yaml
2024-04-22 09:49:14 +00:00

12 lines
156 B
YAML

name: release
on:
push:
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0