Skip to content

Commit a52324c

Browse files
committed
fix: github repo env var
1 parent 43c99ca commit a52324c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/reusable-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141

4242
- name: Release new version
4343
env:
44+
GITHUB_REPOSITORY: ${{ github.repository }}
4445
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4546
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4647
run: npm run release

0 commit comments

Comments
 (0)