From f11694fd14cb6918988534e15d32bc83a479707a Mon Sep 17 00:00:00 2001 From: Wil Wilsman Date: Wed, 30 Sep 2020 20:41:44 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Release=20on=20publish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ccf0ffab1..b71eb038d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: Release on: release: - types: [created] + types: [published] jobs: publish: runs-on: ubuntu-latest