mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-24 01:30:25 +08:00
chore(action): simplified release configuration (#1935)
This commit is contained in:
parent
fd12659729
commit
e9501c3fb3
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
@ -1,11 +1,10 @@
|
|||||||
on:
|
on:
|
||||||
release:
|
push:
|
||||||
types: [ created ]
|
tags:
|
||||||
|
- "tools/goctl/*"
|
||||||
jobs:
|
jobs:
|
||||||
releases-matrix:
|
releases-matrix:
|
||||||
name: Release goctl binary
|
name: Release goctl binary
|
||||||
if: startsWith(github.ref, 'refs/tags/tools/goctl/')
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
Reference in New Issue
Block a user