Skip to content

Commit 4ecf8c1

Browse files
committed
pr comments
1 parent 06be1f3 commit 4ecf8c1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/deploy-release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,16 @@ 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-
7571
# We deploy to stage to send the updated release numbers. The code should not be any different
72+
# than what was already in stage
7673
- name: Release to stage
7774
run: |
7875
./deployment/deploy-qa.sh ${{ steps.next-version.outputs.result }}
7976
77+
- name: Release to npm, s3, prod
78+
run: |
79+
./deployment/release.sh ${{ steps.next-version.outputs.result }}
80+
8081
- name: Create Github Release
8182
uses: actions/github-script@v7
8283
env:

0 commit comments

Comments
 (0)