diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 44a01531..3cd9e856 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -87,7 +87,6 @@ jobs: gh release create v$PKG_VERSION \ --title "Release $PKG_VERSION" \ --notes-from-tag \ - --repo ${{ github.repository }} \ --target master env: GH_TOKEN: ${{ github.token }}