Skip to content

Commit

Permalink
Line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Jan 25, 2024
1 parent 8796de3 commit d7cfb10
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
To replicate the build, use the following command:
\`\`\`sh
srtool build \
--root --profile production \
--package CRATE_NAME --runtime-dir PATH_TO_CRATE \
srtool build
--root --profile production
--package CRATE_NAME --runtime-dir PATH_TO_CRATE
--build-opts="--features=on-chain-release-build"
\`\`\`
EOF
Expand Down Expand Up @@ -130,9 +130,9 @@ jobs:
To replicate the build, use the following command:
\`\`\`sh
srtool build \
--root --profile production \
--package CRATE_NAME --runtime-dir PATH_TO_CRATE \
srtool build
--root --profile production
--package CRATE_NAME --runtime-dir PATH_TO_CRATE
--build-opts="--features=on-chain-release-build"
\`\`\`
EOF
Expand Down

0 comments on commit d7cfb10

Please sign in to comment.