Skip to content

ci(fix): more fixes that wont work #29

ci(fix): more fixes that wont work

ci(fix): more fixes that wont work #29

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