There was an error while loading. Please reload this page.
1 parent b2a6543 commit 7cd8b47Copy full SHA for 7cd8b47
1 file changed
.github/workflows/build-and-publish.yml
@@ -35,8 +35,5 @@ jobs:
35
- uses: aboutbits/github-actions-base/github-create-release@v2
36
with:
37
tag-name: 'v${{ steps.package.outputs.version }}'
38
- release-description: |
39
- \`\`\`bash
40
- npm install @${{ github.repository }}@^${{ steps.package.outputs.version }}
41
- \`\`\`
+ release-description: 'npm install @${{ github.repository }}@^${{ steps.package.outputs.version }}'
42
release-notes-generation: 'true'
0 commit comments