Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Kurt108/helm-charts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt108 committed Jul 23, 2021
2 parents d8182d6 + 12b273b commit cfb362f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- master


jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -14,11 +13,18 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.4.0

- name: Run chart-releaser
uses: helm/chart-releaser-action@main
uses: helm/chart-releaser-action@v1.2.1
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit cfb362f

Please sign in to comment.