Skip to content

feat(action): v2.1.0 — pin to Zenzic Core v0.14.0, action.yml default… #24

feat(action): v2.1.0 — pin to Zenzic Core v0.14.0, action.yml default…

feat(action): v2.1.0 — pin to Zenzic Core v0.14.0, action.yml default… #24

Workflow file for this run

# SPDX-FileCopyrightText: 2026 PythonWoods <dev@pythonwoods.dev>
# SPDX-License-Identifier: Apache-2.0
name: Zenzic Action Release
on:
push:
tags:
- "v*"
permissions:
contents: write
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: Generate GitHub Release
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
with:
generate_release_notes: true
make_latest: true