Skip to content

Commit

Permalink
ci: add automated release workflow on tag creation
Browse files Browse the repository at this point in the history
Signed-off-by: Ernesto Ojeda <ernesto.ojeda@intel.com>
  • Loading branch information
ernestojeda committed Sep 20, 2023
1 parent c909296 commit 526596b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Create Release
on:
push:
tags:
- 'v*.*.*'
- '!v*-dev*'
jobs:
release:
uses: edgexfoundry/edgex-global-pipelines/.github/workflows/release.yml@stable
permissions:
contents: write

0 comments on commit 526596b

Please sign in to comment.