Skip to content

Commit 6a578e0

Browse files
committed
ci: fix release workflow
1 parent dcbfc7f commit 6a578e0

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "spark-web-proxy",
3+
"version": "0.1.0",
4+
"description": "Monitor live Spark applications within Spark History Server on Kubernetes.",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/OKDP/spark-web-proxy"
8+
},
9+
"homepage": "https://okdp.io/",
10+
"license": "Apache-2.0"
11+
}

release-please-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"include-v-in-tag": true,
44
"packages": {
55
"helm/spark-history-web-proxy": {
6-
"component": "helm-spark-history-web-proxy",
6+
"component": "helm-spark-web-proxy",
77
"initial-version": "0.1.0",
88
"extra-label": "helm",
99
"tag-separator": "/",
@@ -17,7 +17,7 @@
1717
"include-component-in-tag": true
1818
},
1919
".": {
20-
"component": "spark-history-web-proxy",
20+
"component": "spark-web-proxy",
2121
"initial-version": "0.1.0",
2222
"extra-label": "docker",
2323
"changelog-path": "CHANGELOG.md",

0 commit comments

Comments
 (0)