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 7fe9859 commit 0f024cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ jobs:
run: |
BRANCH=release/${REF:10}
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}"
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 0f024cb

Please sign in to comment.