Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
digiserg committed Feb 14, 2025
1 parent 1abfda2 commit 15d2bb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Helm Chart Releaser
uses: helm/[email protected]
with:
pages_branch: gh-pages
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

Binary file removed charts/axonops-0.10.0.tgz
Binary file not shown.
Binary file removed charts/axonops-0.11.0.tgz
Binary file not shown.

0 comments on commit 15d2bb6

Please sign in to comment.