From 93d24d155c91270cd030a3e4ef6aaf3cdc1c2483 Mon Sep 17 00:00:00 2001 From: Zac Bowling Date: Thu, 27 Feb 2025 21:52:34 -0800 Subject: [PATCH] fix push arg --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c77746..482d3ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ on: default: recipe-directory push: tags: - - '**/*' # Match tags with format folder_name/version + - '**' # Match tags with format folder_name/version jobs: release: