Skip to content

Commit

Permalink
Oneclick Action for releasing the Driver (#404)
Browse files Browse the repository at this point in the history
* One-click action for releasing the repo

Signed-off-by: meghana_gm <meghana.gm@dell.com>

* One-click action for releasing the repo

Signed-off-by: meghana_gm <meghana.gm@dell.com>

* One-click action for releasing the repo

Signed-off-by: meghana_gm <meghana.gm@dell.com>

* One-click action for releasing the repo

Signed-off-by: meghana_gm <meghana.gm@dell.com>

* One-click action for releasing the repo

Signed-off-by: meghana_gm <meghana.gm@dell.com>

* One-click action for releasing the repo

Signed-off-by: meghana_gm <meghana.gm@dell.com>

---------

Signed-off-by: meghana_gm <meghana.gm@dell.com>
  • Loading branch information
meggm authored Jan 29, 2025
1 parent 963bbac commit 9f73362
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/auto-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Auto Release CSI-Powerflex
on: # yamllint disable-line rule:truthy
workflow_dispatch:
repository_dispatch:
types: [auto-release-workflow]

jobs:
csm-release:
uses: dell/common-github-actions/.github/workflows/csm-release-driver-module.yaml@main
with:
version: "minor"
images: "csi-vxflexos"
secrets: inherit

0 comments on commit 9f73362

Please sign in to comment.