Skip to content

Commit

Permalink
Merge pull request #52 from graphistry/webcoderz-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
webcoderz authored Aug 2, 2023
2 parents 5200a0b + ad5d021 commit b24da7e
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 @@ -41,12 +41,12 @@ jobs:
- name: get aux charts for release
env:
AUX_BUNDLE_DIR: Bundle-Charts-Release-${{ env.TAG_NAME }}
run: bash chart-bundler/bundler.sh && echo "BUNDLE_NAME = $AUX_BUNDLE_DIR" >> $GITHUB_ENV
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 ${{ env.BUNDLE_NAME }} ${{ env.BUNDLE_NAME }}.tgz
gh release create Bundle-Charts-Release-${{ env.TAG_NAME }} Bundle-Charts-Release-${{ env.TAG_NAME }}.tgz

0 comments on commit b24da7e

Please sign in to comment.