Skip to content

Commit

Permalink
Merge pull request #634 from ernestojeda/create-release
Browse files Browse the repository at this point in the history
ci: add automated release workflow on tag creation
  • Loading branch information
ernestojeda authored Sep 20, 2023
2 parents 133995f + 77b77ab commit 2fd4722
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 2fd4722

Please sign in to comment.