Skip to content

Commit

Permalink
Merge pull request #7 from Cdayz/fix-release-ci
Browse files Browse the repository at this point in the history
Fix release CI
  • Loading branch information
Cdayz authored Feb 27, 2024
2 parents 6556057 + 49d33f5 commit 5deec59
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
packages: write
steps:
- name: Checkout repository
Expand Down Expand Up @@ -46,8 +46,13 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Release Helm Chart
uses: helm/chart-releaser-action@v1.1.0
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_RELEASE_NAME_TEMPLATE: "k8s-image-pre-puller-{{ .Version }}"

0 comments on commit 5deec59

Please sign in to comment.