diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2cb3e50..c1efa6c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -128,4 +128,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | TAG="${{ needs.release-please.outputs.tag_name || github.event.inputs.tag_name }}" - gh release upload "$TAG" checksums.txt --clobber + gh release upload "$TAG" checksums.txt --clobber --repo "${{ github.repository }}"