Skip to content

2.4.2 release

2.4.2 release #275

Workflow file for this run

on:
push:
branches:
- main
permissions:
checks: write
jobs:
build-source:
name: Build source
uses: ./.github/workflows/build-source.yml
secrets: inherit
with:
environment: prd
build-manifest:
name: Build manifest
uses: ./.github/workflows/build-manifest.yml
secrets: inherit
with:
environment: prd
deploy:
name: Deploy
needs: build-source
uses: ./.github/workflows/deploy.yml
secrets: inherit
with:
environment: prd