Skip to content

Commit

Permalink
try to fix github aciton bumpup pr
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeseung-bae committed Dec 7, 2023
1 parent 228537d commit 73b1d4c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,18 @@ yarn prepare
# Change version to latest
# shellcheck disable=SC2001
npm version "$(echo "$FINSCHIA_VERSION" | sed 's/^v//')"

echo "build java types"
cd ../java
# Generate .class and zip
./gradlew build --warning-mode all

# # Write new version info to README.md
# cd ..
# table_end_line=$(grep -n -m 1 "\-\-\-\- | \-\-\-\-" README.md | cut -d ":" -f 1)
# content="| $FINSCHIA_VERSION | [$FINSCHIA_SDK_VERSION](https://github.com/Finschia/finschia-sdk/tree/$FINSCHIA_SDK_VERSION) | [$WASMD_VERSION](https://github.com/Finschia/wasmd/tree/$WASMD_VERSION) | [$IBC_GO_VERSION](https://github.com/Finschia/ibc-go/tree/$IBC_GO_VERSION) | [$FINSCHIA_VERSION](https://github.com/Finschia/finschia/tree/$FINSCHIA_VERSION) |"

# # Insert the new row
# sed -i "$((table_end_line+1))i\\
# $content
# " README.md

0 comments on commit 73b1d4c

Please sign in to comment.