Add checkout to preprod deploy (#9921)
This commit is contained in:
parent
a946b8e399
commit
f1a5ffcaea
|
@ -132,6 +132,7 @@ jobs:
|
|||
needs: [release-helm-chart]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: 'Get Previous tag'
|
||||
id: previoustag
|
||||
uses: "WyriHaximus/github-action-get-previous-tag@v1"
|
||||
|
|
Loading…
Reference in New Issue