Skip to content

Commit

Permalink
Added release automation
Browse files Browse the repository at this point in the history
Signed-off-by: Harish P <harish_p4@dell.com>
  • Loading branch information
harishp8889 committed Oct 23, 2024
1 parent 3edeaab commit d4634ce
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 GoUnity
# 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 d4634ce

Please sign in to comment.