Skip to content

Commit 38da4dd

Browse files
committed
pr comments
1 parent 06be1f3 commit 38da4dd

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/deploy-release.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)