There was an error while loading. Please reload this page.
1 parent 4c054ba commit ff5e1d5Copy full SHA for ff5e1d5
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
40
- npm install @${{ github.repository }}@^${{ steps.package.outputs.version }}
41
- ```
+ release-description: |
+ `\``bash
+ npm install ${{ steps.package.outputs.name }}@^${{ steps.package.outputs.version }}
+ `\``
42
release-notes-generation: 'true'
0 commit comments