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

0.2.1

0.2.1 #10

Workflow file for this run

name: Release
on:
release:
types: [created]
jobs:
ci:
name: CI
uses: zen-fs/core/.github/workflows/ci.yaml@main
permissions:
contents: read
id-token: write
release:
name: Release
uses: zen-fs/core/.github/workflows/release.yaml@main
secrets: inherit