There was an error while loading. Please reload this page.
1 parent 3f76202 commit a3aa082Copy full SHA for a3aa082
1 file changed
.github/workflows/build-and-publish.yml
@@ -35,5 +35,8 @@ jobs:
35
- uses: aboutbits/github-actions-base/github-create-release@v2
36
with:
37
tag-name: 'v${{ steps.package.outputs.version }}'
38
- release-description: 'npm install @${{ github.repository }}@^${{ steps.package.outputs.version }}'
+ release-description: |
39
+ \\`\\`\\`bash
40
+ npm install @${{ github.repository }}@^${{ steps.package.outputs.version }}
41
+ \\`\\`\\`
42
release-notes-generation: 'true'
0 commit comments