There was an error while loading. Please reload this page.
1 parent a91cf9d commit e2aa4ceCopy full SHA for e2aa4ce
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 @${{ GITHUB_REPOSITORY }}@^${{ steps.package.outputs.version }}
+ npm install @${{ github.repository }}@^${{ steps.package.outputs.version }}
41
```
42
release-notes-generation: 'true'
0 commit comments