Skip to content

ci: use semantic release workflow #4

ci: use semantic release workflow

ci: use semantic release workflow #4

Workflow file for this run

name: CAPE Org CI/CD
on:
push:
branches: [main]
pull_request_target:
types: [opened, edited, synchronize]
jobs:
Release:
uses: cape-ph/.github/.github/workflows/semantic_release.yml@main
secrets: inherit
with:
name: "CAPE Org Utilities"
is_production: ${{ github.event_name == 'push' }}