Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Oct 6, 2024
1 parent 0f024cb commit f2fecfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@ jobs:
run: |
BRANCH=release/${REF:10}
BRANCH=${BRANCH//\//_}
BRANCH=${BRANCH//__/ _}
echo "$BRANCH"
git config --local user.email "[email protected]"
git config --local user.name "Jexactyl Releases"
git checkout -b $BRANCH
git push -u origin $BRANCH
echo "Ref value: ${REF:10}"
echo "Ref value: ${REF:11}"
sed -i "s/ 'version' => 'canary',/ 'version' => '${REF:11}',/" config/app.php
git add config/app.php
git commit -m "New Jexactyl release inbound!"
Expand Down

0 comments on commit f2fecfb

Please sign in to comment.