Skip to content

Commit

Permalink
Merge pull request #29 from dell/feature/release-automation
Browse files Browse the repository at this point in the history
Add release action
  • Loading branch information
shaynafinocchiaro authored Oct 23, 2024
2 parents d170e3e + 57c62ef commit 8bdbbce
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Release GoCSI
# Invocable as a reusable workflow
# Can be manually triggered
on:
workflow_call:
workflow_dispatch:
inputs:
version:
description: 'Version to release (major, minor, patch)'
required: true
default: 'none'
jobs:
csm-release:
uses: dell/common-github-actions/.github/workflows/csm-release-libs.yaml@main
name: Release Go Client Libraries

0 comments on commit 8bdbbce

Please sign in to comment.