Skip to content
Snippets Groups Projects
Unverified Commit 3eccc6c9 authored by groundhog2k's avatar groundhog2k Committed by GitHub
Browse files

Update release.yaml (#25)

* Update release.yaml

* Update verify.yml
parent b5ae4fd0
No related branches found
No related tags found
No related merge requests found
......@@ -12,12 +12,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Set git config
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run Release
uses: helm/chart-releaser-action@master
uses: helm/chart-releaser-action@v1.0.0
env:
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
......@@ -11,9 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Fetch history
run: git fetch --prune --unshallow
- name: Run lint
uses: helm/chart-testing-action@master
uses: helm/chart-testing-action@v1.2.0
with:
command: lint
config: .github/verify-config.yaml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment