chore(action): simplified release configuration (#1935)

master
chen quan 3 years ago committed by GitHub
parent fd12659729
commit e9501c3fb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save