From aa75234a3866cc1e7a0ee7e5977b83f1699e562f Mon Sep 17 00:00:00 2001 From: jaydonkrooss <147423601+jaydonkrooss@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:01:17 -0400 Subject: [PATCH] v1.1.0 Update publish.yml --- .github/workflows/publish.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 17ed22f..e9cd390 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,8 +4,10 @@ name: Node.js Package on: - release: - types: [created] + workflow_run: + workflows: ["Create Release"] # Matches the name in release.yml + types: + - completed # Runs only when release.yml completes successfully jobs: build: