File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed
Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff 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({
You can’t perform that action at this time.
0 commit comments