Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

0.3.3

0.3.3 #16

Workflow file for this run

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