There was an error while loading. Please reload this page.
1 parent afa143f commit 6b58168Copy full SHA for 6b58168
2 files changed
.github/workflows/release.yaml
@@ -22,6 +22,19 @@ jobs:
22
with:
23
fetch-depth: 0
24
fetch-tags: true
25
+ ref: main
26
+
27
+ - name: Create Charts Dir
28
+ run: |
29
+ mkdir charts
30
31
+ - name: Checkout
32
+ uses: actions/checkout@v4
33
+ with:
34
+ fetch-depth: 0
35
+ fetch-tags: true
36
37
+ path: charts/comet-common
38
39
- name: Configure Git
40
run: |
Chart.yaml
@@ -15,4 +15,4 @@ type: library
15
# This is the chart version. This version number should be incremented each time you make changes
16
# to the chart and its templates, including the app version.
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
-version: 0.1.2
+version: 0.1.0
0 commit comments