Skip to content

Commit 61a73e8

Browse files
authored
Update release-demo-chart.yaml (#89)
1 parent 11c783c commit 61a73e8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/release-demo-chart.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release Charts
1+
name: Release Charts(Demo)
22

33
# on:
44
# push:
@@ -37,6 +37,11 @@ jobs:
3737
helm dep up charts/openinsight
3838
helm dep up charts/opentelemetry-demo
3939
40+
- name: Release Helm Chart
41+
uses: helm/[email protected]
42+
env:
43+
CR_TOKEN: "${{ secrets.ACTIONS_TOKEN }}"
44+
4045
- name: Add DaoCloud Registry
4146
env:
4247
DAOCLOUD_REGISTRY_URL: release.daocloud.io
@@ -53,9 +58,5 @@ jobs:
5358
helm package charts/opentelemetry-demo -d ./ --version ${{ env.RELEASE_VERSION }}
5459
helm cm-push ./opentelemetry-demo-$CHART_VERSION.tgz daocloud-community -v $CHART_VERSION -u $DAOCLOUD_REGISTRY_USERNAME -p $DAOCLOUD_REGISTRY_PASSWORD
5560
56-
- name: Release Helm Chart
57-
uses: helm/[email protected]
58-
env:
59-
CR_TOKEN: "${{ secrets.ACTIONS_TOKEN }}"
6061
6162

0 commit comments

Comments
 (0)