From 2d842e3ed2c92c6608b9c2ad823b60994c4be332 Mon Sep 17 00:00:00 2001 From: Adithya Srinivas <39235498+adithyasrinivas11@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:01:19 -0600 Subject: [PATCH] fix release type --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7c4995f..b3917fe 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,8 +10,7 @@ on: release: types: - edited - - released - - prereleased + - published jobs: deploy: