Mooar debugging chart-releaser

pull/9/head
David Young 2020-08-28 14:00:25 +12:00
parent 1a3fa4ad4d
commit 051026671c
No known key found for this signature in database
GPG Key ID: 525EF417604A0541
2 changed files with 4 additions and 1 deletions

View File

@ -16,6 +16,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Fetch history
run: git fetch --prune --unshallow
- name: Configure Git - name: Configure Git
run: | run: |
git config user.name "$GITHUB_ACTOR" git config user.name "$GITHUB_ACTOR"

View File

@ -16,7 +16,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # 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 # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.