Skip to content

Commit 5cc83c7

Browse files
authored
Added workflow to release gofsutil (dell#45)
* added workflow to release lib Signed-off-by: Harish P <[email protected]> * branch update Signed-off-by: Harish P <[email protected]> * lint fix * lint fix * lint error fix * lint error fix * go lint fix --------- Signed-off-by: Harish P <[email protected]>
1 parent 33db64f commit 5cc83c7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/release.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Release GoFSUtil
2+
# Invocable as a reusable workflow
3+
# Can be manually triggered
4+
on:
5+
workflow_call:
6+
workflow_dispatch:
7+
inputs:
8+
version:
9+
description: 'Version to release (major, minor, patch)'
10+
required: true
11+
default: 'none'
12+
jobs:
13+
csm-release:
14+
uses: dell/common-github-actions/.github/workflows/csm-release-libs.yaml@main
15+
name: Release Go Client Libraries

0 commit comments

Comments
 (0)