From a5e957c05a0d6815a684cdeca313bcc70c623312 Mon Sep 17 00:00:00 2001 From: MrBounty Date: Tue, 14 Jan 2025 10:54:32 +0100 Subject: [PATCH] Release for every tag now --- .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 b300334..2ba8d96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Build and Release on: push: tags: - - 'v*' + - '*' permissions: contents: write