Skip to content

Commit 8529b98

Browse files
committed
fix failing pipeline
1 parent f3503c0 commit 8529b98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
tag-name: 'v${{ steps.package.outputs.version }}'
3838
release-description: |
39-
`\``bash
39+
```bash
4040
npm install ${{ steps.package.outputs.name }}@^${{ steps.package.outputs.version }}
41-
`\``
41+
```
4242
release-notes-generation: 'true'

0 commit comments

Comments
 (0)