From 61b3fa8cdd43db766870344829681a71f0dd5233 Mon Sep 17 00:00:00 2001 From: minhdanh Date: Sat, 23 Oct 2021 09:02:47 +0700 Subject: [PATCH] Remove go-release-action as it not works well with tag pushes --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 372dc48..cf6611f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,9 +3,6 @@ name: Release on: release: types: [created] - push: - tags: - - "v*.*.*" jobs: releases-matrix: