Skip to content

Commit 0bc3ce3

Browse files
committed
added action for gofsutil
1 parent 7054a34 commit 0bc3ce3

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@feature/lib-release-automation
15+
name: Release Libs

0 commit comments

Comments
 (0)