Skip to content

Commit

Permalink
workflows: release fix checkout and version
Browse files Browse the repository at this point in the history
  • Loading branch information
ohdearaugustin committed Nov 19, 2020
1 parent 718975b commit 4b5565d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Run chart-releaster
uses: helm/chart-releaser-action@v1.1.0
uses: helm/chart-releaser-action@v1.0.0
env:
CR_TOKEN: '${{ secrets.GITHUB_TOKEN}}'

0 comments on commit 4b5565d

Please sign in to comment.