File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,11 @@ jobs:
3131
3232 staging-release-version-check :
3333 name : Check staging release matches
34- environment : release
3534 runs-on : ubuntu-latest
3635 outputs :
3736 major-version : ${{ steps.get_major_version.outputs.value }}
3837 permissions :
39- contents : none
38+ contents : read
4039 steps :
4140 - name : Get the version on staging
4241 run : |
6463 env :
6564 RELEASE_VERSION : ${{ github.event.inputs.version }}
6665
66+ - name : Checkout repository
67+ uses : actions/checkout@v3
68+
69+ # Check we can download the AppVeyor build which confirms it matches the version to release as well as being a successful build
70+ - name : Get Appveyor binaries
71+ run : |
72+ ./packaging/appveyor-download.sh
73+ shell : bash
74+ env :
75+ TAG : v${{ github.event.inputs.version }}
76+
6777 staging-release-generate-package-matrix :
6878 name : Get package matrix
6979 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments