-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0992e16
commit 3b8d0ea
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,6 +62,7 @@ jobs: | |
git clone [email protected]:LeavesMC/Configuration.git configuration -b Leaves | ||
cp run/leaves.yml configuration/leaves.yml -f | ||
cd configuration | ||
git add leaves.yml | ||
git commit leaves.yml -m "https://github.com/LeavesMC/Leaves/commit/$(cd .. && git rev-parse HEAD)" | ||
git push origin HEAD:Leaves | ||
- name: Get Release Info | ||
|