From a85be5f49ed94d9ac8dd3c6becac788a3b78eb94 Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 22 May 2024 10:36:04 +0200 Subject: [PATCH] Adds app version to notification --- .github/workflows/app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'