Skip to content

Commit ff5e1d5

Browse files
committed
fix failing pipeline
1 parent 4c054ba commit ff5e1d5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
- uses: aboutbits/github-actions-base/github-create-release@v2
3636
with:
3737
tag-name: 'v${{ steps.package.outputs.version }}'
38-
release-description: |-
39-
```bash
40-
npm install @${{ github.repository }}@^${{ steps.package.outputs.version }}
41-
```
38+
release-description: |
39+
`\``bash
40+
npm install ${{ steps.package.outputs.name }}@^${{ steps.package.outputs.version }}
41+
`\``
4242
release-notes-generation: 'true'

0 commit comments

Comments
 (0)