Skip to content

Commit 46576fd

Browse files
author
rahul-infra
committed
updated Github actions preview release notes.
1 parent eca425b commit 46576fd

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

.github/workflows/release-preview.yaml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -156,19 +156,10 @@ jobs:
156156
157157
---
158158
159-
<details>
160-
<summary> View full semantic-release log</summary>
161-
162-
\`\`\`
163-
${{ steps.semantic.outputs.full_output }}
164-
\`\`\`
165-
</details>
166-
167-
---
168-
169-
*This preview is generated by [semantic-release](https://github.com/semantic-release/semantic-release) dry-run mode*`;
170-
} else {
171-
body = `## Release Preview
159+
*This preview is generated by semantic-release dry-run mode*`;
160+
}
161+
else {
162+
body = `## Release Preview
172163
173164
**Status:** No release will be published
174165
**Reason:** No relevant changes detected
@@ -185,8 +176,8 @@ jobs:
185176
186177
---
187178
188-
*This preview is generated by [semantic-release](https://github.com/semantic-release/semantic-release) dry-run mode*`;
189-
}
179+
*This preview is generated by semantic-release dry-run mode*`;
180+
}
190181
191182
// Find existing comment
192183
const { data: comments } = await github.rest.issues.listComments({

0 commit comments

Comments
 (0)