Skip to content

Commit d78eeba

Browse files
Merge pull request #98 from RatakondalaArun/cd/update-workflows
fix(cd): fix publish job
2 parents e2b52f5 + 860aad3 commit d78eeba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cd.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: CD
22

33
on:
4-
release:
5-
types: [published]
4+
push:
5+
tags:
6+
- "v[0-9]+.[0-9]+.[0-9]+*"
67

78
jobs:
89
tests:

0 commit comments

Comments
 (0)