Skip to content

Commit 67706f8

Browse files
committed
ci: add automated release workflow on tag creation
Signed-off-by: Ernesto Ojeda <[email protected]>
1 parent 1e145ee commit 67706f8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release.yml

+11
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)