Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nawazdhandala committed Feb 5, 2022
1 parent 912f82a commit 3fd0502
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/js-sdk-production-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- uses: actions/setup-node@v2
with:
check-latest: true
- run: npm install
- run: sudo npm install -g json
- run: chmod +x ../ci/scripts/version-setup.sh
- run: ../ci/scripts/version-setup.sh
- run: json -I -f package.json -e 'this.name="oneuptime"'
Expand Down

0 comments on commit 3fd0502

Please sign in to comment.