File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -68,15 +68,17 @@ jobs:
6868 - name : Configure NPM
6969 run : npm ci
7070
71- - name : Release to npm, s3, prod
72- run : |
73- ./deployment/release.sh ${{ steps.next-version.outputs.result }}
74-
75- # We deploy to stage to send the updated release numbers. The code should not be any different
71+ # Staging should currently already have this built code as we deploy
72+ # to stage on master merge.
73+ # However, we deploy again to stage to send the updated release numbers.
7674 - name : Release to stage
7775 run : |
7876 ./deployment/deploy-qa.sh ${{ steps.next-version.outputs.result }}
7977
78+ - name : Release to npm, s3, prod
79+ run : |
80+ ./deployment/release.sh ${{ steps.next-version.outputs.result }}
81+
8082 - name : Create Github Release
8183 uses : actions/github-script@v7
8284 env :
You can’t perform that action at this time.
0 commit comments