Skip to content

Commit

Permalink
One-click action for releasing the repo (#255)
Browse files Browse the repository at this point in the history
Signed-off-by: meghana_gm <[email protected]>
  • Loading branch information
meggm authored Mar 3, 2025
1 parent f8c579c commit 68469f7
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 Karavi-resiliency
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: "podmon"
secrets: inherit

0 comments on commit 68469f7

Please sign in to comment.