Skip to content

Commit 160cc26

Browse files
committed
fix failing pipeline
1 parent 4b2ba27 commit 160cc26

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 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
38+
release-description: >-
39+
```bash
4040
npm install @${{ github.repository }}@^${{ steps.package.outputs.version }}
41-
\\`\\`\\`
41+
```
4242
release-notes-generation: 'true'

0 commit comments

Comments
 (0)