Skip to content

Commit 3d73eba

Browse files
committed
fix(release): restore valid yaml in release version context step
1 parent da59c64 commit 3d73eba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ jobs:
186186
fetch-depth: 0
187187

188188
- name: Release version context
189-
run: echo "🚢 MCP publish for version: $VERSION"
189+
run: |
190+
echo "🚢 MCP publish for version: $VERSION"
190191
191192
- name: Missing secret — skip MCP publish
192193
if: env.MCP_DNS_PRIVATE_KEY == ''

0 commit comments

Comments
 (0)