We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc60fc commit caba4d5Copy full SHA for caba4d5
.github/workflows/release_charts_YAML.yaml
@@ -26,7 +26,7 @@ jobs:
26
sed -i "s|^appVersion: .*|appVersion: 1.0.${GITHUB_RUN_NUMBER}|g" helmchart_yaml/charts/Chart.yaml
27
28
- name: Run YAML tool chart-releaser
29
- uses: helm/chart-releaser-action@v1.0.0
+ uses: helm/chart-releaser-action@v1.2.0
30
env:
31
CR_TOKEN: '${{ secrets.SAKEN_GITHUB_TOKEN_PUBLIC_REPOS }}'
32
with:
0 commit comments