Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
Fixing naming of bundle charts to match our naming schema
  • Loading branch information
webcoderz authored Aug 2, 2023
1 parent f9418d7 commit 0b80f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
- name: get aux charts for release
env:
AUX_BUNDLE_DIR: Bundle-Charts-Release-${{ env.TAG_NAME }}
AUX_BUNDLE_DIR: Bundle-Charts-${{ env.TAG_NAME }}
run: bash chart-bundler/bundler.sh

- name: Creates a release in GitHub and uploads attachments
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
run: |
gh release create Bundle-Charts-Release-${{ env.TAG_NAME }} Bundle-Charts-Release-${{ env.TAG_NAME }}.tgz
gh release create Bundle-Charts-${{ env.TAG_NAME }} Bundle-Charts-${{ env.TAG_NAME }}.tgz
- name: Run chart-releaser
uses: helm/[email protected]
Expand Down

0 comments on commit 0b80f65

Please sign in to comment.