Skip to content

Commit 000cfb0

Browse files
committed
fix failing pipeline
1 parent 2c7cd1a commit 000cfb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: aboutbits/github-actions-base/github-create-release@v2
3636
with:
3737
tag-name: 'v${{ steps.package.outputs.version }}'
38-
release-description: >-
38+
release-description: |-
3939
```bash
4040
npm install @${{ github.repository }}@^${{ steps.package.outputs.version }}
4141
```

0 commit comments

Comments
 (0)