Skip to content

ci: use semantic release workflow #2

ci: use semantic release workflow

ci: use semantic release workflow #2

Workflow file for this run

name: CAPE Org CI/CD
on:
push:
branches: [main]
pull_request_target:
types: [opened, edited, synchronize]
jobs:
Release:
uses: AstroNvim/.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 / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "AstroNvim/.github/.github/workflows/semantic_release.yml@main" : failed to fetch workflow: workflow was not found.
secrets: inherit
with:
name: "CAPE Org Utilities"
is_production: ${{ github.event_name == 'push' }}