From 09ded63c0272fd7715c87812ed43806e302a7db9 Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Wed, 3 Jan 2024 16:45:21 +0000 Subject: [PATCH] Test the workflow --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c9da5b4..f221b4b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,8 +1,8 @@ name: release on: push: - tags: - - "v*" + # tags: + # - "v*" permissions: # Required to publish a release