Commit c3b78ccd authored by David McKay's avatar David McKay Committed by David McKay

fix: update to chart-releaser-action v1.0.0-rc.1

parent cd6196fc
...@@ -10,7 +10,7 @@ jobs: ...@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v1 uses: actions/checkout@v2
- name: Configure Git - name: Configure Git
run: | run: |
...@@ -25,6 +25,6 @@ jobs: ...@@ -25,6 +25,6 @@ jobs:
helm init --client-only helm init --client-only
- name: Run chart-releaser - name: Run chart-releaser
uses: helm/chart-releaser-action@v1.0.0-alpha.2 uses: helm/chart-releaser-action@v1.0.0-rc.1
env: env:
CR_TOKEN: "${{ secrets.CR_TOKEN }}" CR_TOKEN: "${{ secrets.CR_TOKEN }}"
...@@ -7,11 +7,14 @@ jobs: ...@@ -7,11 +7,14 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v1 uses: actions/checkout@v2
- name: Fetch history
run: git fetch --prune --unshallow
- name: Run chart-testing (lint) - name: Run chart-testing (lint)
id: lint id: lint
uses: helm/chart-testing-action@v1.0.0-alpha.3 uses: helm/chart-testing-action@v1.0.0-rc.1
with: with:
command: lint command: lint
...@@ -23,6 +26,6 @@ jobs: ...@@ -23,6 +26,6 @@ jobs:
if: steps.lint.outputs.changed == 'true' if: steps.lint.outputs.changed == 'true'
- name: Run chart-testing (install) - name: Run chart-testing (install)
uses: helm/chart-testing-action@v1.0.0-alpha.3 uses: helm/chart-testing-action@v1.0.0-rc.1
with: with:
command: install command: install
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment