Skip to content

Commit b707f2d

Browse files
committed
added actions to release gobrick
1 parent 0821759 commit b707f2d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Release
2+
# Invocable as a reusable workflow
3+
# Can be manually triggered
4+
on:
5+
workflow_dispatch:
6+
workflow_call:
7+
8+
jobs:
9+
csm-release:
10+
uses: dell/common-github-actions/.github/workflows/csm-release-libs.yaml@reusuable-release-workflow
11+
name: Release Gobrick

0 commit comments

Comments
 (0)