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
run-name: Uploading helm chart
on: [release]
on:
push:
tags: ['*']
jobs:
Explore-Gitea-Actions:
runs-on: shell
env:
HELM_CHART_VERSION: "${{ github.event.release_name }}"
HELM_CHART_VERSION: "${{ github.ref_name }}"
steps:
- uses: actions/checkout@v2
- name: Set up Helm