From 87bf0f622502043b703ba49cf9c7659c8c31c782 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 21 Jun 2020 08:08:04 +0100 Subject: [PATCH] Trigger sonatype-deploy when release is published (#464) --- .github/workflows/sonatype-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonatype-deploy.yml b/.github/workflows/sonatype-deploy.yml index 63b14fe..7892bec 100644 --- a/.github/workflows/sonatype-deploy.yml +++ b/.github/workflows/sonatype-deploy.yml @@ -2,7 +2,7 @@ name: Deploy to Sonatype Nexus on: release: - types: [created] + types: [published] jobs: deploy: