Skip to content

Commit

Permalink
update release bundle name
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowplum committed Dec 4, 2024
1 parent afc0ebe commit 485c481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-chart-jfrog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: "Deploy helm to JFrog"
run: |
helm package $CHART_NAME
helm package $CHART_NAME
jf rt u "${{env.CHART_NAME}}-${{env.CHART_VERSION}}.tgz" "${{env.JF_REPO}}/${{env.CHART_NAME}}/${{env.CHART_VERSION}}/" \
--build-name="${{env.CHART_NAME}}-helm" --build-number="${{env.CHART_VERSION}}" --project="${{env.JF_PROJECT}}"
jf rt build-collect-env "${{env.CHART_NAME}}-helm" "${{env.CHART_VERSION}}"
Expand All @@ -61,7 +61,7 @@ jobs:
run: |
echo '{
"name": "${{ env.CHART_NAME }}-release-bundle",
"name": "${{ env.CHART_NAME }}-helm",
"version": "${{ env.CHART_VERSION }}",
"files": [
{
Expand Down

0 comments on commit 485c481

Please sign in to comment.