Add checkout to preprod deploy (#9921)

This commit is contained in:
Rory Powell 2023-03-07 15:14:39 +00:00 committed by GitHub
parent a946b8e399
commit f1a5ffcaea
1 changed files with 2 additions and 1 deletions

View File

@ -132,6 +132,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 Previous tag' - name: 'Get Previous tag'
id: previoustag id: previoustag
uses: "WyriHaximus/github-action-get-previous-tag@v1" uses: "WyriHaximus/github-action-get-previous-tag@v1"