Skip to content

Commit

Permalink
upload chart to release
Browse files Browse the repository at this point in the history
  • Loading branch information
jgz committed Sep 26, 2021
1 parent b6b7d2f commit 8f474ef
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/ghcr-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,19 @@ jobs:
helm package $TMPDIR -d charts/$NAME

- name: Run chart-releaser
uses: helm/[email protected]
- name: Upload chart to release
uses: JasonEtco/upload-to-release@master
with:
args: $NAME-$VERSION.tgz
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
NAME: ${{ steps.dotenv.outputs.project_name }}
VERSION: ${{ steps.meta.outputs.version }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# - name: Run chart-releaser
# uses: helm/[email protected]
# env:
# CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"



Expand Down

0 comments on commit 8f474ef

Please sign in to comment.