Skip to content

commit yq test

commit yq test #1

Workflow file for this run

name: Publish RC
on:
push:
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: tets yq
run: yq -y -i '.name = "chart-name-rc"' Chart.yaml
- name: print
run: cat Chart.yaml