diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 58c6248..5801402 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -3,8 +3,6 @@ on: push: branches: [staging] workflow_dispatch: {} - repository_dispatch: - types: [upstream-release-notify] concurrency: ${{ github.workflow }} jobs: draft: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 79a04d1..efda150 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,6 @@ jobs: GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} with: final: ${{ inputs.mode == 'final' }} - include-changes: element-hq/element-web@$VERSION gpg-fingerprint: ${{ vars.GPG_FINGERPRINT }} expected-asset-count: 1