Skip to content

[nc] release build

[nc] release build #2

Workflow file for this run

# yamllint disable rule:line-length
# yamllint disable rule:truthy
---
name: release version
on:
push:
branches:
- "!*"
tags:
- "*"
permissions:
contents: write
issues: write
jobs:
release-version:
name: release version
uses: ./.github/workflows/release-version.yaml