mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-23 09:00:20 +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:
|
||||
release:
|
||||
types: [ created ]
|
||||
|
||||
push:
|
||||
tags:
|
||||
- "tools/goctl/*"
|
||||
jobs:
|
||||
releases-matrix:
|
||||
name: Release goctl binary
|
||||
if: startsWith(github.ref, 'refs/tags/tools/goctl/')
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user