ci(release): fix previous merge that changed discord notification run-on to self-hosted [skip ci]

This commit is contained in:
Fallenbagel
2023-02-01 08:52:28 +05:00
parent 78ccea94bd
commit 604335a16d

View File

@@ -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