Skip to content

Commit 078186e

Browse files
author
Vladimir Vilimaitis
committed
Set GitHub repo for release publishing
1 parent f4c24cb commit 078186e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ jobs:
153153
- name: Publish GitHub Release
154154
env:
155155
GH_TOKEN: ${{ github.token }}
156+
GH_REPO: ${{ github.repository }}
156157
TAG_NAME: ${{ github.event_name == 'workflow_dispatch' && inputs.tag_name || github.ref_name }}
157158
IS_PRERELEASE: ${{ github.event_name == 'workflow_dispatch' && inputs.prerelease || false }}
158159
run: |

0 commit comments

Comments
 (0)