Skip to content

Commit

Permalink
Merge pull request #53 from graphistry/webcoderz-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
webcoderz authored Aug 2, 2023
2 parents b24da7e + 0b80f65 commit 7d646bf
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,22 @@ jobs:
run: |
echo "TAG_NAME=$(cat charts/graphistry-helm/Chart.yaml | yq .version)" >> $GITHUB_ENV
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
charts_dir: charts
config: .github/config/chart-releaser.yaml

- 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]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
charts_dir: charts
config: .github/config/chart-releaser.yaml

0 comments on commit 7d646bf

Please sign in to comment.