Skip to content

Commit 6b58168

Browse files
committed
Fix releaser action
1 parent afa143f commit 6b58168

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,19 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424
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+
ref: main
37+
path: charts/comet-common
2538

2639
- name: Configure Git
2740
run: |

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ type: library
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.2
18+
version: 0.1.0

0 commit comments

Comments
 (0)