Skip to content

Commit b3615b6

Browse files
committed
Improved the release workflow to automatically publish the layer when a release happens.
1 parent 9cb287c commit b3615b6

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.releaserc.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@
88
[
99
"@semantic-release/exec",
1010
{
11-
"prepareCmd": "make build"
11+
"prepareCmd": "make build",
12+
"publishCmd": "make deploy"
1213
}
1314
],
1415
[
1516
"@semantic-release/github",
1617
{
17-
"assets": []
18+
"assets": [
19+
20+
]
1821
}
1922
],
2023
[

0 commit comments

Comments
 (0)