Skip to content

Commit ab5e1a1

Browse files
authored
Merge branch 'master' into test-release
2 parents 1e57b62 + 78079c7 commit ab5e1a1

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)