Fix for release version in qa deploy notification (#9132)
* Fix for release version in qa deploy notification * Re-add dependency on chart job
This commit is contained in:
parent
46d6323658
commit
57009c6e73
|
@ -193,6 +193,7 @@ jobs:
|
||||||
needs: [release-helm-chart]
|
needs: [release-helm-chart]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
- name: Get the current budibase release version
|
- name: Get the current budibase release version
|
||||||
id: version
|
id: version
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue