diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 05756bdec..128a154b6 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -127,7 +127,7 @@ jobs: discord: name: Update Discord runs-on: ubuntu-latest - needs: [autodeploy] + needs: [autodeploy, bumpVersion] steps: - name: 'Checkout source code' uses: 'actions/checkout@v3'