Skip to content

Commit a3aa082

Browse files
committed
fix failing pipeline
1 parent 3f76202 commit a3aa082

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +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: 'npm install @${{ github.repository }}@^${{ steps.package.outputs.version }}'
38+
release-description: |
39+
\\`\\`\\`bash
40+
npm install @${{ github.repository }}@^${{ steps.package.outputs.version }}
41+
\\`\\`\\`
3942
release-notes-generation: 'true'

0 commit comments

Comments
 (0)