Release GoNVMe #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release GoNVMe | |
# Invocable as a reusable workflow | |
# Can be manually triggered | |
on: # yamllint disable-line rule:truthy | |
workflow_call: | |
workflow_dispatch: | |
inputs: | |
version: | |
description: 'Version to release (major, minor, patch) Ex: 1.0.0' | |
required: true | |
jobs: | |
csm-release: | |
uses: dell/common-github-actions/.github/workflows/csm-release-libs.yaml@main | |
name: Release Go Client Libraries |