Skip to content

Commit c3cb4ea

Browse files
committed
fix: ci
1 parent 74bb2b1 commit c3cb4ea

File tree

3 files changed

+2
-61
lines changed

3 files changed

+2
-61
lines changed

.github/test.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/release-please.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,10 @@ jobs:
3636
steps:
3737
- name: Checkout
3838
uses: actions/checkout@v4
39-
- name: Print tag0
40-
run: echo "tag0=${{ needs.release-please.outputs.tag_name }}"
41-
- name: Print tag1
42-
run: |
43-
TAG=$(echo "${{ needs.release-please.outputs.tag_name }}" | cut -c 2-)
44-
echo "tag1=$TAG"
4539
- name: Get version tag
4640
id: get_tag
4741
# needs.release-please.outputs.tag_name = v1.0.0
4842
run: echo "VERSION=$(echo "${{ needs.release-please.outputs.tag_name }}" | cut -c 2-)" >> $GITHUB_OUTPUT
49-
- name: Print tag2
50-
run: echo "tag2=${{ steps.get_tag.outputs.VERSION }}"
51-
- name: Print tag3
52-
run: |
53-
TAG=$(echo "${{ steps.get_tag.outputs.VERSION }}" | sed 's/v\([0-9.]*\).*/\1/')
54-
echo "tag3=$TAG"
5543
- name: Docker meta
5644
id: meta
5745
uses: docker/metadata-action@v5

helm-chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
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: 1.0.0
18+
version: 1.0.6
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "1.0.0"
24+
appVersion: "1.0.6"

0 commit comments

Comments
 (0)