Skip to content

Commit

Permalink
Update helm-release.yaml
Browse files Browse the repository at this point in the history
Follow naming convention best practice for Helm charts.

Signed-off-by: shuting <[email protected]>
  • Loading branch information
realshuting authored Feb 21, 2024
1 parent ef34d1b commit 68b2dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions: {}
on:
push:
tags:
- 'reports-server-chart-v*'
- 'reports-server-chart-*'

jobs:
helm-tests:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Create charts tmp directory
run: |
mkdir charts-tmp
if [[ "$RELEASE_VERSION" = "reports-server-chart-v"* ]]; then
if [[ "$RELEASE_VERSION" = "reports-server-chart-"* ]]; then
cp -a charts/reports-server charts-tmp/reports-server
fi
Expand Down

0 comments on commit 68b2dcd

Please sign in to comment.