Skip to content

Commit a515b49

Browse files
authored
Merge pull request #343 from ernestojeda/create-release
ci: add automated release workflow on tag creation
2 parents 7d82338 + 4617776 commit a515b49

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Create Release
2+
on:
3+
push:
4+
tags:
5+
- 'v*.*.*'
6+
- '!v*-dev*'
7+
jobs:
8+
release:
9+
uses: edgexfoundry/edgex-global-pipelines/.github/workflows/release.yml@stable
10+
permissions:
11+
contents: write

0 commit comments

Comments
 (0)