Skip to content

Commit

Permalink
Merge pull request #64 from ApplauseOSS/fix/publish
Browse files Browse the repository at this point in the history
  • Loading branch information
verbotenj authored May 16, 2024
2 parents e4fcc90 + bf4f9f9 commit 0611b71
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: publish-helm-chart
on:
push:
branches: ['master']
tags:
- '*'
paths:
- 'helm/**'

concurrency: ${{ github.ref }}

Expand All @@ -13,9 +17,9 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4.2.0
- name: Package and upload chart
shell: bash
env:
Expand Down

0 comments on commit 0611b71

Please sign in to comment.