diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a34fb9fc..94ba679b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,7 +94,7 @@ jobs: name: Send Discord Notification needs: semantic-release if: always() - runs-on: self-hosted + runs-on: ubuntu-20.04 steps: - name: Get Build Job Status uses: technote-space/workflow-conclusion-action@v3