diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index aa275364832..ac679fccc62 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -129,7 +129,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN || secrets.GITHUB_TOKEN }} run: | - gh release upload \ + gh -R ${{ github.repository }} release upload \ ${{ needs.release.outputs.tag_name }} artifacts/* \ --clobber