From bd40fc7a6a0ff5e73f54a2df8403b78a723cc446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Couralet?= Date: Sun, 2 May 2021 15:42:29 +0200 Subject: [PATCH] Change event to get tag_name --- .github/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3f685e..44776a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,6 @@ on: - push: - # Sequence of patterns matched against refs/tags - tags: - - "*" # Push events to matching v*, i.e. v1.0, v20.15.10 + release: + types: [created] name: Create Release