From d04d09c3cbf5098ac634c81508bdebeb8aa35026 Mon Sep 17 00:00:00 2001 From: Andrew Morrow Date: Tue, 18 Jun 2024 21:08:27 -0400 Subject: [PATCH] Change release types to release from published so we include pre's --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c845c9..3f5ead5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,7 +1,7 @@ on: push: release: - types: [released] + types: [published] env: DOCKER_TAG: ghcr.io/${{ github.repository }}