From 536d9bc7c6efb42ce46d66bc545451a2015e6ea2 Mon Sep 17 00:00:00 2001 From: Northern Man <19808920+NorthernMan54@users.noreply.github.com> Date: Thu, 28 Sep 2023 09:44:06 -0400 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70ab32353..03b453598 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,11 @@ name: Node Release on: - push: - branches: [latest] - tags: - - '*.*.*' +# Removed publish on push, and forced manual release from github +# push: +# branches: [latest] +# tags: +# - '*.*.*' workflow_dispatch: jobs: