From 799ae09034dabff4a7c5e389762f656d138f3051 Mon Sep 17 00:00:00 2001 From: Umair Khan Date: Thu, 23 May 2024 15:49:46 -0700 Subject: [PATCH] Prevent duplicate publishing on release Current config triggers the publish github action job twice resulting in one of the builds to fail. Updated the config to only run the action once on a new tag push. --- .github/workflows/nebula-publish.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/nebula-publish.yml b/.github/workflows/nebula-publish.yml index fd1167b..cbcc261 100644 --- a/.github/workflows/nebula-publish.yml +++ b/.github/workflows/nebula-publish.yml @@ -4,9 +4,6 @@ on: tags: - v*.*.* - v*.*.*-rc.* - release: - types: - - published jobs: build: