From 2b80e790da7b92291ecf4977b3716b64196c4120 Mon Sep 17 00:00:00 2001 From: Justin Merrell Date: Tue, 24 Jan 2023 23:27:26 -0500 Subject: [PATCH] fix: release trigger --- .github/workflows/CD_Release.yml | 6 +++--- installer.sh | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CD_Release.yml b/.github/workflows/CD_Release.yml index 305a587..1c17ddf 100644 --- a/.github/workflows/CD_Release.yml +++ b/.github/workflows/CD_Release.yml @@ -1,9 +1,9 @@ -# Continious Deployment - Production +# Continuous Deployment - Production name: Release - Version & Deploy on: - push: - branches: [ release ] + release: + types: [published] workflow_dispatch: diff --git a/installer.sh b/installer.sh index 4439e8e..ce50343 100644 --- a/installer.sh +++ b/installer.sh @@ -265,4 +265,5 @@ sudo systemctl enable --now openpod.service sudo systemctl daemon-reload echo "- OpenPod is now installed -" +echo "Serial: $serial" exit 0