Skip to content

Commit

Permalink
One-click action for releasing the repo
Browse files Browse the repository at this point in the history
Signed-off-by: meghana_gm <[email protected]>
  • Loading branch information
meggm committed Jan 29, 2025
1 parent 838c998 commit 68a59cf
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-Topology
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"
image: "csm-topology"
secrets: inherit

0 comments on commit 68a59cf

Please sign in to comment.