There was an error while loading. Please reload this page.
1 parent f3503c0 commit 8529b98Copy full SHA for 8529b98
1 file changed
.github/workflows/build-and-publish.yml
@@ -36,7 +36,7 @@ jobs:
36
with:
37
tag-name: 'v${{ steps.package.outputs.version }}'
38
release-description: |
39
- `\``bash
+ ```bash
40
npm install ${{ steps.package.outputs.name }}@^${{ steps.package.outputs.version }}
41
- `\``
+ ```
42
release-notes-generation: 'true'
0 commit comments