Skip to content

Merge pull request #6 from foomo/contentserver-v0.0.3-rc.2 #2

Merge pull request #6 from foomo/contentserver-v0.0.3-rc.2

Merge pull request #6 from foomo/contentserver-v0.0.3-rc.2 #2

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
- uses: helm/chart-releaser-action@v1
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: "true"
with:
charts_dir: charts
config: cr.yaml