Skip to content

Release

Release #8

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Git Release
on:
workflow_dispatch: {}
push:
branches: ["main"]
paths:
- "cmd/**"
- "go.mod"
- "go.sum"
- "main.go"
jobs:
release:
uses: mirceanton/reusable-workflows/.github/workflows/git-release-semver.yaml@main
secrets: inherit