Skip to content

fix(semantic_release): remove incorrect use of package-name parameter in release-please #14

fix(semantic_release): remove incorrect use of package-name parameter in release-please

fix(semantic_release): remove incorrect use of package-name parameter in release-please #14

Workflow file for this run

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