Skip to content

2.4.1 release

2.4.1 release #273

Workflow file for this run

on:
push:
branches:
- main
permissions:
checks: write
contents: read
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