Skip to content

docs: update README for environment setup and development instructions #23

docs: update README for environment setup and development instructions

docs: update README for environment setup and development instructions #23

Workflow file for this run

name: Build Application
on:
push:
branches:
- '**'
jobs:
getVersion:
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-getversion.yml@main
secrets: inherit
build:
uses: PepperDash/workflow-templates/.github/workflows/react-app-build.yml@main
secrets: inherit
needs: getVersion
with:
newVersion: ${{ needs.getVersion.outputs.newVersion }}
version: ${{ needs.getVersion.outputs.version }}
tag: ${{ needs.getVersion.outputs.tag }}
channel: ${{ needs.getVersion.outputs.channel }}