Skip to content
This repository was archived by the owner on Jul 2, 2026. It is now read-only.

fix: mypy default target + kubeconform empty-batch graceful exit #8

fix: mypy default target + kubeconform empty-batch graceful exit

fix: mypy default target + kubeconform empty-batch graceful exit #8

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Create GitHub Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create "${GITHUB_REF_NAME}" \
--title "${GITHUB_REF_NAME}" \
--generate-notes