There was an error while loading. Please reload this page.
1 parent 4b2ba27 commit 160cc26Copy full SHA for 160cc26
1 file changed
.github/workflows/build-and-publish.yml
@@ -35,8 +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: |
39
- \\`\\`\\`bash
+ release-description: >-
+ ```bash
40
npm install @${{ github.repository }}@^${{ steps.package.outputs.version }}
41
- \\`\\`\\`
+ ```
42
release-notes-generation: 'true'
0 commit comments