Skip to content

Commit 03f3bdc

Browse files
committed
Prepared version 0.0.2.
1 parent 61efb47 commit 03f3bdc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Extract version
2525
id: version
2626
run: |
27-
VERSION=${GITHUB_REF#refs/tags/v}
27+
VERSION=${GITHUB_REF#refs/tags/}
2828
echo "version=${VERSION}" >> "$GITHUB_OUTPUT"
2929
3030
- name: Set up Docker Buildx
@@ -62,8 +62,8 @@ jobs:
6262

6363
- name: Update Chart.yaml
6464
run: |
65-
sed -i "s/^version:.*/version: ${{ steps.version.outputs.version }}/" helm-chart/${{ env.CHART_NAME }}/Chart.yaml
66-
sed -i "s/^appVersion:.*/appVersion: \"${{ steps.version.outputs.version }}\"/" helm-chart/${{ env.CHART_NAME }}/Chart.yaml
65+
sed -i "s|^version:.*|version: ${{ steps.version.outputs.version }}|" helm-chart/${{ env.CHART_NAME }}/Chart.yaml
66+
sed -i "s|^appVersion:.*|appVersion: \"${{ steps.version.outputs.version }}\"|" helm-chart/${{ env.CHART_NAME }}/Chart.yaml
6767
6868
- name: Lint and package Helm chart
6969
run: |

helm-chart/eoapi-notifier/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: eoapi-notifier
33
description: A Helm chart for eoAPI Notifier - Message handler for eoAPI components
44
type: application
55
version: 0.1.0
6-
appVersion: "0.0.1"
6+
appVersion: "0.0.2"
77
home: https://github.com/developmentseed/eoapi-notifier
88
sources:
99
- https://github.com/developmentseed/eoapi-notifier

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "eoapi-notifier"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
description = "Message handler for eoAPI components"
99
requires-python = ">=3.12"
1010
authors = [

0 commit comments

Comments
 (0)