Skip to content

Commit

Permalink
Merge pull request #13 from niravg75/feature/nigandhi/v1.0.7
Browse files Browse the repository at this point in the history
Feature/nigandhi/v1.0.7
  • Loading branch information
kgvarun authored Feb 9, 2023
2 parents 2183749 + 8c8f79b commit 3617908
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Release Charts

on:
push:
branches:
- main

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
with:
charts_dir: kubernetes-monitoring
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 3617908

Please sign in to comment.