We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a7f85 commit f7a3340Copy full SHA for f7a3340
.github/workflows/chartpress.yaml
@@ -42,7 +42,7 @@ jobs:
42
then
43
chartpress --push --publish-chart --tag ${OSM_SEED_VERSION}-dev.h$SHORT_GITHUB_SHA
44
else
45
- chartpress --push --publish-chart --tag ${OSM_SEED_VERSION}.rel.h$SHORT_GITHUB_SHA
+ chartpress --push --publish-chart --tag ${OSM_SEED_VERSION}-rel.h$SHORT_GITHUB_SHA
46
fi
47
48
0 commit comments