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