Skip to content

feat: update .gitignore to exclude tsconfig.tsbuildinfo, fix URL in t… #24

feat: update .gitignore to exclude tsconfig.tsbuildinfo, fix URL in t…

feat: update .gitignore to exclude tsconfig.tsbuildinfo, fix URL in t… #24

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