Skip to content

release-go-libs

release-go-libs #119

Workflow file for this run

name: Release GoiSCSI
# Invocable as a reusable workflow
# Can be manually triggered
on:
workflow_call:
workflow_dispatch:
inputs:
version:
description: "Version to release (major, minor, patch) Ex: 1.0.0"
required: true
repository_dispatch:
types: [release-go-libs]
jobs:
csm-release:
uses: khareRajshree/common-github-actions/.github/workflows/csm-release-libs.yaml@main
name: Release Go Client Libraries
with:
version: "${{ github.event.inputs.version || 'minor' }}"
secrets: inherit