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