Skip to content

Commit 6ced608

Browse files
chore: fixed prod deployment step
1 parent 4ab52f0 commit 6ced608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
node-version: 14.x
100100
cache: 'npm'
101101
- run: npm install
102-
- run: npm run deploy-test
102+
- run: npm run deploy-prod --network ${{ needs.get-network.outputs.network }}
103103
env:
104104
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
105105
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}

0 commit comments

Comments
 (0)