Skip to content

Commit

Permalink
ci: fix push to api (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluemangoo authored Jul 30, 2023
1 parent 062e73e commit 756c6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/PushToAPI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
promoted=false

number=$(git log --oneline master ^`git describe --tags --abbrev=0` | wc -l)
changes=$(git log --pretty='%H<<<%s>>>' -"$number" | sed 's/\\n/\\\\n/g')
changes=$(git log --pretty='%H<<<%s>>>' -"$number" | sed ':a;N;$!ba;s/\n//g')
jar_name="leaves-$mcversion.jar"
jar_sha256=`sha256 $jar_name`

Expand Down

0 comments on commit 756c6e9

Please sign in to comment.