Skip to content

Commit 975a10f

Browse files
test: fix gh release upload missing repo context (verified working)
1 parent cb9a063 commit 975a10f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- env:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61-
run: gh release upload "${{ github.event.release.tag_name }}" everest-forms.zip
61+
run: gh release upload "${{ github.event.release.tag_name }}" everest-forms.zip --repo "${{ github.repository }}"
6262

6363
deploy-svn:
6464
name: Deploy to WordPress.org

0 commit comments

Comments
 (0)