Skip to content

Commit 7cd8b47

Browse files
committed
fix failing pipeline
1 parent b2a6543 commit 7cd8b47

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

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

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

0 commit comments

Comments
 (0)