Changed to tag
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 2s

This commit is contained in:
2024-01-06 12:01:46 +01:00
parent d862f7c132
commit 596c4102ed

View File

@@ -1,12 +1,14 @@
name: Upload Helm Chart name: Upload Helm Chart
run-name: Uploading helm chart run-name: Uploading helm chart
on: [release] on:
push:
tags: ['*']
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: shell runs-on: shell
env: env:
HELM_CHART_VERSION: "${{ github.event.release_name }}" HELM_CHART_VERSION: "${{ github.ref_name }}"
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Helm - name: Set up Helm