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