Skip to content

Commit 4c47ab2

Browse files
committed
fix failing pipeline
1 parent 653a749 commit 4c47ab2

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 @${{ github.repository }}@^${{ steps.package.outputs.version }}
41-
```
41+
\`\`\`
4242
release-notes-generation: 'true'

0 commit comments

Comments
 (0)