Skip to content

Commit 78079c7

Browse files
authored
Fix success output (#426)
1 parent 779b74e commit 78079c7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,12 @@ jobs:
155155
owner: ${{ github.repository_owner }}
156156
repo: ${{ github.event.repository.name }}
157157
issue_number: ${{ github.event.issue.number }}
158-
body: '✅ Successfully published package/s:\n ```${{ steps.get_snapshot_versions.outputs.versions }}```'
158+
body: |
159+
✅ **Snapshot published**
160+
161+
```bash
162+
${{ steps.get_snapshot_versions.outputs.versions }}
163+
```
159164
env:
160165
GITHUB_TOKEN: ${{ env.github-token }}
161166

0 commit comments

Comments
 (0)