Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
csepulveda committed Sep 5, 2024
1 parent 2a1d25f commit 9796839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
VERSION=${{github.ref_name}}
rm -rf .cr-release-packages
mkdir -p .cr-release-packages
helm package charts/trivy-webhook-aws-security-hub --app-version=${VERSION:1} --version=${VERSION:1} --destination=.cr-release-packages
helm package charts/trivy-webhook-aws-security-hub --app-version=v${VERSION:1} --version=${VERSION:1} --destination=.cr-release-packages
- name: Run chart-releaser
uses: askcloudarchitech/chart-releaser-action@skip-packaging-option
Expand Down
2 changes: 1 addition & 1 deletion charts/trivy-webhook-aws-security-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.1.3
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.1.3"
appVersion: "v0.1.3"

0 comments on commit 9796839

Please sign in to comment.