Skip to content

Commit

Permalink
Adds app version to notification
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolman committed May 22, 2024
1 parent 1af969b commit a85be5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a85be5f

Please sign in to comment.