Skip to content

Update index.html with new script source and add tsconfig.tsbuildinfo… #12

Update index.html with new script source and add tsconfig.tsbuildinfo…

Update index.html with new script source and add tsconfig.tsbuildinfo… #12

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 }}