Skip to content

Commit bd41e8d

Browse files
committed
generate staging specific release builds
1 parent 2d10bb9 commit bd41e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-staging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
working-directory: ./phoenix
2424
run: |
2525
npm install
26-
npm run release
26+
npm run release:staging
2727
shell: bash
2828

2929
- name: Copying release artifacts to public folder

0 commit comments

Comments
 (0)