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: