We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7f2a7 commit 0bebc11Copy full SHA for 0bebc11
.github/workflows/edit-releases.yml
@@ -91,10 +91,10 @@ jobs:
91
# Define the exact release body as per your last request
92
# No changelog parsing or dynamic content here, just the install instructions.
93
RELEASE_BODY="
94
- # Install
95
- \`\`\`bash
96
- curl -L https://rindexer.xyz/install.sh | bash -s -- --version $VERSION
97
- \`\`\`"
+ # Install
+ \`\`\`bash
+ curl -L https://rindexer.xyz/install.sh | bash -s -- --version $VERSION
+ \`\`\`"
98
99
echo "Attempting to edit release $TAG..."
100
gh release edit "$TAG" \
0 commit comments