From 051026671ca9e7bfa0bed94948935fb3a6259290 Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 28 Aug 2020 14:00:25 +1200 Subject: [PATCH] Mooar debugging chart-releaser --- .github/workflows/on-push-master-publish-chart.yml | 3 +++ deploy/helm/charts/portainer/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/on-push-master-publish-chart.yml b/.github/workflows/on-push-master-publish-chart.yml index fc1ba83..709e559 100644 --- a/.github/workflows/on-push-master-publish-chart.yml +++ b/.github/workflows/on-push-master-publish-chart.yml @@ -16,6 +16,9 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Fetch history + run: git fetch --prune --unshallow + - name: Configure Git run: | git config user.name "$GITHUB_ACTOR" diff --git a/deploy/helm/charts/portainer/Chart.yaml b/deploy/helm/charts/portainer/Chart.yaml index 4bd51cf..1b81bdd 100644 --- a/deploy/helm/charts/portainer/Chart.yaml +++ b/deploy/helm/charts/portainer/Chart.yaml @@ -16,7 +16,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 1.0.1-pre3 +version: 1.0.1-pre4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application.