Skip to content

Commit

Permalink
Fix workflow action version
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Feb 21, 2023
1 parent e03d542 commit 90a9c16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ on:
- master
paths:
- 'charts/**'
- '.github/workflows/release.yml'
push:
branches:
- master
paths:
- 'charts/**'
- '.github/workflows/release.yml'

jobs:

Expand All @@ -29,6 +31,6 @@ jobs:
git config user.email "[email protected]"
- name: release chart
uses: helm/chart-releaser-action@1.5.0
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: '${{ secrets.GH_TOKEN }}'

0 comments on commit 90a9c16

Please sign in to comment.