Skip to content

Commit

Permalink
try release on label
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Sep 21, 2023
1 parent 3186f71 commit 250fbe8
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/helm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
name: Helm Publish

on:
push:
tags:
- helm-v**
pull_request:
types: [ labeled ]

jobs:
build:
helm_release:
if: ${{ github.event.label.name == 'helm_release' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Create packages and repo index
run: |
git config user.name github-actions
git config user.email [email protected]
- uses: J12934/helm-gh-pages-action@master
- name: Release helm chart
uses: J12934/helm-gh-pages-action@master
with:
charts-folder: charts
deploy-branch: helm-release
Expand Down

0 comments on commit 250fbe8

Please sign in to comment.