Skip to content

Commit 0bebc11

Browse files
committed
edit migrate releases yaml
1 parent da7f2a7 commit 0bebc11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/edit-releases.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ jobs:
9191
# Define the exact release body as per your last request
9292
# No changelog parsing or dynamic content here, just the install instructions.
9393
RELEASE_BODY="
94-
# Install
95-
\`\`\`bash
96-
curl -L https://rindexer.xyz/install.sh | bash -s -- --version $VERSION
97-
\`\`\`"
94+
# Install
95+
\`\`\`bash
96+
curl -L https://rindexer.xyz/install.sh | bash -s -- --version $VERSION
97+
\`\`\`"
9898
9999
echo "Attempting to edit release $TAG..."
100100
gh release edit "$TAG" \

0 commit comments

Comments
 (0)