Skip to content

Commit

Permalink
fix(Github action): Resolved indentation error in yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
wadhia-yash committed Jul 8, 2024
1 parent 2b217d1 commit 96ce873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web-app_web-app-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
npm run build --if-present
npm run test --if-present
- name: Zip artifact for deployment
- name: Zip artifact for deployment
run: |
cd build
zip -r ../release.zip .
Expand Down

0 comments on commit 96ce873

Please sign in to comment.