Skip to content

Commit

Permalink
fix: add necessary configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
xoanmm committed Mar 18, 2022
1 parent e968e36 commit 80f3088
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,9 @@ jobs:
# asset_name: check-christmas-lottery-numbers-${{ env.VERSION }}.tgz
# asset_content_type: application/gzip

# Publish helm chart in github pages
- name: Run chart-releaser
uses: helm/[email protected]
- name: Publish Helm charts
uses: stefanprodan/helm-gh-pages@master
with:
charts_dir: helm/check-christmas-lottery-numbers
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
token: ${{ secrets.GITHUB_TOKEN }}
target_dir: helm/check-christmas-lottery-numbers
branch: main
3 changes: 3 additions & 0 deletions helm/check-christmas-lottery-numbers/index.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
apiVersion: v1
entries: {}
generated: "2022-03-18T19:29:45.829036877+01:00"
3 changes: 0 additions & 3 deletions index.yaml

This file was deleted.

0 comments on commit 80f3088

Please sign in to comment.