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: ...@@ -12,12 +12,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: Set git config with:
fetch-depth: 0
- name: Configure Git
run: | run: |
git config user.name "$GITHUB_ACTOR" git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com" git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run Release - name: Run Release
uses: helm/chart-releaser-action@master uses: helm/chart-releaser-action@v1.0.0
env: env:
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}' CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
...@@ -11,9 +11,11 @@ jobs: ...@@ -11,9 +11,11 @@ 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 lint - name: Run lint
uses: helm/chart-testing-action@master uses: helm/chart-testing-action@v1.2.0
with: with:
command: lint command: lint
config: .github/verify-config.yaml 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