I have the following GitHub action to build a React app and then deploy it.
name: Staging Build on: push: branches: - develop jobs: build: runs-on: ubuntu-lat