Skip to content

Commit

Permalink
fix: attempt to fix railway up by pinning CLI to 1.6.0
Browse files Browse the repository at this point in the history
The version 1.6.0 has worked for us in the past.
  • Loading branch information
RevolutionTech committed Aug 8, 2022
1 parent 3b84364 commit 6d92ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
environment: prod
steps:
- uses: actions/checkout@v3
- run: npm i -g @railway/cli
- run: npm i -g @railway/cli@1.6.0
- run: yarn install

- run: yarn client:build
Expand Down

0 comments on commit 6d92ec8

Please sign in to comment.