Skip to content

fix(ci): undo

fix(ci): undo #20

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