Skip to content

Commit

Permalink
ci: use semantic release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Sep 18, 2024
1 parent f3c6664 commit 17c5b70
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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' }}

0 comments on commit 17c5b70

Please sign in to comment.