diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ebfbb16..06b3536 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -98,15 +98,6 @@ jobs: run: >- gh release create '${{ github.ref_name }}' + dist/** --repo '${{ github.repository }}' --notes "" - - name: Upload artifact signatures to GitHub Release - env: - GITHUB_TOKEN: ${{ github.token }} - # Upload to GitHub Release using the `gh` CLI. - # `dist/` contains the built packages, and the - # sigstore-produced signatures and certificates. - run: >- - gh release upload - '${{ github.ref_name }}' dist/** - --repo '${{ github.repository }}'