Skip to content

ci: use semantic release workflow #3

ci: use semantic release workflow

ci: use semantic release workflow #3

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

Check failure on line 10 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CAPE Org CI/CD

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 10, Col: 15): Error from called workflow cape-ph/.github/.github/workflows/semantic_release.yml@main (Line: 7, Col: 9): Unexpected value 'is_production' In .github/workflows/ci.yml (Line: 10, Col: 15): Error from called workflow cape-ph/.github/.github/workflows/semantic_release.yml@main (Line: 12, Col: 9): Unexpected value 'name'
secrets: inherit
with:
name: "CAPE Org Utilities"
is_production: ${{ github.event_name == 'push' }}