Skip to content

Commit

Permalink
Fix CI/CD (1.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Oct 30, 2024
1 parent e7f1b9a commit 7ca10de
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
name: Release

on:
release:
types: [created]

jobs:
ci:
name: CI Checks
uses: ./.github/workflows/ci.yaml
docs:
name: Docs
uses: zen-fs/core/.github/workflows/deploy-docs.yaml@main
release:
name: Release
uses: zen-fs/core/.github/workflows/release.yaml@main
uses: zen-fs/core/.github/workflows/release-common.yaml@main
needs: ci
secrets: inherit

0 comments on commit 7ca10de

Please sign in to comment.