Skip to content

chore: update nstuning-app to v1.6.5 (#30) #35

chore: update nstuning-app to v1.6.5 (#30)

chore: update nstuning-app to v1.6.5 (#30) #35

Workflow file for this run

name: Release Charts
on:
push:
branches:
- main
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
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@cae68fefc6b5f367a0275617c9f83181ba54714f
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"