From 31b3845d6d46860abc60e0e8d66d722744082d17 Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Sun, 7 Nov 2021 17:32:41 +0300 Subject: [PATCH] ci: fix release --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f47715..7d9d9ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,9 @@ name: release -on: {create: {tags: [v*]}} +on: + push: + tags: + - v* jobs: fetch: