From 939f5e9e6989ed758921f7e0d86c358b0a8dfa51 Mon Sep 17 00:00:00 2001 From: Jake Morrison Date: Wed, 19 Jun 2024 15:44:38 -0500 Subject: [PATCH] Only deploy one --- .github/workflows/ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31fac6e..6992d6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -152,6 +152,22 @@ jobs: ] } + - uses: actions/github-script@v7 + id: deploy-matrix + with: + script: | + return { + include: [ + { + elixir: "1.16.3", + otp: "26.2.5", + build_os_ver: "bullseye-20240513", + prod_os_ver: "bullseye-slim", + os: "debian" + } + ] + } + create-release: name: Create GitHub release runs-on: ubuntu-latest