Skip to content

Commit 55eade1

Browse files
committed
fix: set repo env var
1 parent 42fa51a commit 55eade1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

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

3838
- name: Release
3939
env:
40+
GITHUB_REPOSITORY: ${{ github.repository }}
4041
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4142
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4243
run: npm run semantic-release

0 commit comments

Comments
 (0)