Skip to content

Merge pull request #59 from foomo/squadron-server #56

Merge pull request #59 from foomo/squadron-server

Merge pull request #59 from foomo/squadron-server #56

Workflow file for this run

name: Release Tag
on:
push:
branches: [ main ]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- uses: azure/setup-helm@v4
- name: Install deps
run: |
helm repo add grafana https://grafana.github.io/helm-charts
- uses: helm/chart-releaser-action@v1
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: "true"
with:
charts_dir: charts
config: cr.yaml