Skip to content

Commit a91cf9d

Browse files
committed
fix failing pipeline
1 parent 70b7369 commit a91cf9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
tag-name: 'v${{ steps.package.outputs.version }}'
3838
release-description: |
3939
```bash
40-
npm install @${{ env.GITHUB_REPOSITORY }}@^${{ steps.package.outputs.version }}
40+
npm install @${{ GITHUB_REPOSITORY }}@^${{ steps.package.outputs.version }}
4141
```
4242
release-notes-generation: 'true'

0 commit comments

Comments
 (0)