Skip to content

fix(ci): more hacks #24

fix(ci): more hacks

fix(ci): more hacks #24

Workflow file for this run

name: Production deploy
on:
push:
branches: [dev]
jobs:
validate:
name: Validate
uses: ./.github/workflows/validate.yaml
with:
environment: staging
release:
name: Release
needs: [validate]
uses: ./.github/workflows/semantic-release.yaml
with:
environment: staging