From 0f024cba8963c0158864dbfeec1f9e6a1d38e187 Mon Sep 17 00:00:00 2001 From: kokodev Date: Sun, 6 Oct 2024 14:21:17 -0700 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a6e2ddcf1..829075e11 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,10 +32,12 @@ jobs: run: | BRANCH=release/${REF:10} BRANCH=${BRANCH//\//_} + echo "$BRANCH" git config --local user.email "github@jexactyl.com" git config --local user.name "Jexactyl Releases" git checkout -b $BRANCH git push -u origin $BRANCH + echo "Ref value: ${REF:10}" sed -i "s/ 'version' => 'canary',/ 'version' => '${REF:11}',/" config/app.php git add config/app.php git commit -m "New Jexactyl release inbound!"